From cdbc6f48bbcff68cbdb59fa7e6d32fbc9b6908a2 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 19 Apr 2012 03:43:17 +0200 Subject: [PATCH] tests: Add parsing test for keyframe parsing Ensure we order properly when printing --- tests/css/parser/Makefile.am | 2 + tests/css/parser/keyframes-ordering.css | 46875 +++++++++++++++++ tests/css/parser/keyframes-ordering.ref.css | 47282 ++++++++++++++++++ 3 files changed, 94159 insertions(+) create mode 100644 tests/css/parser/keyframes-ordering.css create mode 100644 tests/css/parser/keyframes-ordering.ref.css diff --git a/tests/css/parser/Makefile.am b/tests/css/parser/Makefile.am index 0a184e2ae9..8f07998e96 100644 --- a/tests/css/parser/Makefile.am +++ b/tests/css/parser/Makefile.am @@ -298,6 +298,8 @@ EXTRA_DIST += \ integer.ref.css \ keyframes-empty.css \ keyframes-empty.ref.css \ + keyframes-ordering.css \ + keyframes-ordering.ref.css \ linear-gradient.css \ linear-gradient.ref.css \ no-semicolon.css \ diff --git a/tests/css/parser/keyframes-ordering.css b/tests/css/parser/keyframes-ordering.css new file mode 100644 index 0000000000..97825f7080 --- /dev/null +++ b/tests/css/parser/keyframes-ordering.css @@ -0,0 +1,46875 @@ +@keyframes aaaa { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aaab { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aaac { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaad { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aaae { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes aaaf { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aaag { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aaah { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaai { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaaj { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes aaak { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aaal { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aaam { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaan { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aaao { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aaap { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aaaq { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aaar { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaas { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaat { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes aaau { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes aaav { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aaaw { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaax { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes aaay { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } +} + +@keyframes aaaz { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aaba { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aabb { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aabc { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aabd { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes aabe { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aabf { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aabg { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aabh { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aabi { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aabj { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aabk { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aabl { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aabm { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aabn { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes aabo { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aabp { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aabq { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aabr { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aabs { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aabt { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes aabu { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aabv { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aabw { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aabx { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } +} + +@keyframes aaby { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aabz { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aaca { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aacb { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aacc { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes aacd { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aace { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aacf { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aacg { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aach { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes aaci { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aacj { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aack { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aacl { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aacm { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aacn { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aaco { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aacp { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aacq { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aacr { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes aacs { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes aact { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aacu { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aacv { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes aacw { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aacx { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aacy { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aacz { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aada { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aadb { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes aadc { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aadd { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aade { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aadf { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aadg { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aadh { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aadi { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aadj { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aadk { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aadl { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes aadm { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aadn { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aado { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aadp { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aadq { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aadr { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes aads { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aadt { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aadu { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aadv { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } +} + +@keyframes aadw { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aadx { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aady { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aadz { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aaea { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 4px; + } +} + +@keyframes aaeb { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aaec { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aaed { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaee { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaef { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes aaeg { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aaeh { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aaei { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaej { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aaek { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aael { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aaem { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aaen { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaeo { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaep { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 4px; + } +} + +@keyframes aaeq { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 5px; + } +} + +@keyframes aaer { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aaes { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaet { + from { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 5px; + } +} + +@keyframes aaeu { + from { + outline-width: 1px; + } + from { + outline-width: 2px; + } +} + +@keyframes aaev { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aaew { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aaex { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaey { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaez { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes aafa { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aafb { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aafc { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aafd { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aafe { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aaff { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aafg { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aafh { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aafi { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aafj { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes aafk { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aafl { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aafm { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aafn { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aafo { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aafp { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes aafq { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aafr { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aafs { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaft { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } +} + +@keyframes aafu { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aafv { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aafw { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aafx { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aafy { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes aafz { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aaga { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aagb { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aagc { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aagd { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes aage { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aagf { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aagg { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aagh { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aagi { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aagj { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aagk { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aagl { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aagm { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aagn { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes aago { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes aagp { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aagq { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aagr { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes aags { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes aagt { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aagu { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aagv { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aagw { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aagx { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes aagy { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aagz { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aaha { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aahb { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aahc { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aahd { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aahe { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aahf { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aahg { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aahh { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes aahi { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aahj { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aahk { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aahl { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aahm { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aahn { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes aaho { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aahp { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aahq { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aahr { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } +} + +@keyframes aahs { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aaht { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aahu { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aahv { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aahw { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes aahx { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aahy { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aahz { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaia { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaib { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes aaic { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aaid { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aaie { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaif { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aaig { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aaih { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aaii { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aaij { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaik { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aail { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes aaim { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes aain { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aaio { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaip { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes aaiq { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes aair { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aais { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aait { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaiu { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaiv { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 4px; + } +} + +@keyframes aaiw { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aaix { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aaiy { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaiz { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aaja { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aajb { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aajc { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aajd { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaje { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aajf { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 4px; + } +} + +@keyframes aajg { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aajh { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aaji { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aajj { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aajk { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aajl { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 5px; + } +} + +@keyframes aajm { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aajn { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aajo { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aajp { + from { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } +} + +@keyframes aajq { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aajr { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aajs { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aajt { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aaju { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes aajv { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aajw { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aajx { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aajy { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aajz { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes aaka { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aakb { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aakc { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aakd { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aake { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aakf { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aakg { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aakh { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaki { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aakj { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes aakk { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes aakl { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aakm { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aakn { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes aako { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } +} + +@keyframes aakp { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aakq { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aakr { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaks { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aakt { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes aaku { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aakv { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aakw { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aakx { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aaky { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aakz { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aala { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aalb { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aalc { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aald { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes aale { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aalf { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aalg { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aalh { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aali { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aalj { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes aalk { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aall { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aalm { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaln { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } +} + +@keyframes aalo { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aalp { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aalq { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aalr { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aals { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes aalt { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aalu { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aalv { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aalw { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aalx { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes aaly { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aalz { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aama { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aamb { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aamc { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aamd { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aame { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aamf { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aamg { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aamh { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes aami { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes aamj { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aamk { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaml { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes aamm { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aamn { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aamo { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aamp { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aamq { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aamr { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes aams { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aamt { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aamu { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aamv { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aamw { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aamx { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aamy { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aamz { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aana { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aanb { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes aanc { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aand { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aane { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aanf { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aang { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aanh { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes aani { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aanj { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aank { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aanl { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } +} + +@keyframes aanm { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aann { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aano { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aanp { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aanq { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 4px; + } +} + +@keyframes aanr { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aans { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aant { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aanu { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aanv { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes aanw { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aanx { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aany { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aanz { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aaoa { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aaob { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aaoc { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aaod { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaoe { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaof { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 4px; + } +} + +@keyframes aaog { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 5px; + } +} + +@keyframes aaoh { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aaoi { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaoj { + from { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 5px; + } +} + +@keyframes aaok { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aaol { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aaom { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aaon { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaoo { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaop { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes aaoq { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aaor { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aaos { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaot { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aaou { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aaov { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aaow { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aaox { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaoy { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaoz { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes aapa { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aapb { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aapc { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aapd { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aape { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aapf { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes aapg { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aaph { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aapi { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aapj { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } +} + +@keyframes aapk { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aapl { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aapm { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aapn { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aapo { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes aapp { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aapq { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aapr { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaps { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aapt { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes aapu { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aapv { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aapw { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aapx { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aapy { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aapz { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aaqa { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aaqb { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaqc { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaqd { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes aaqe { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes aaqf { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aaqg { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaqh { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes aaqi { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes aaqj { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aaqk { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aaql { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaqm { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaqn { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes aaqo { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aaqp { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aaqq { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaqr { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aaqs { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aaqt { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aaqu { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aaqv { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaqw { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaqx { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes aaqy { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aaqz { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aara { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aarb { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aarc { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aard { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes aare { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aarf { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aarg { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aarh { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } +} + +@keyframes aari { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aarj { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aark { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aarl { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aarm { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes aarn { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aaro { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aarp { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aarq { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aarr { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes aars { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aart { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aaru { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aarv { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aarw { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aarx { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aary { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aarz { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aasa { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aasb { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes aasc { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes aasd { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aase { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aasf { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes aasg { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes aash { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aasi { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aasj { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aask { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aasl { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 4px; + } +} + +@keyframes aasm { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aasn { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aaso { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aasp { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aasq { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aasr { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aass { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aast { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aasu { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aasv { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 4px; + } +} + +@keyframes aasw { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aasx { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aasy { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aasz { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aata { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aatb { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 5px; + } +} + +@keyframes aatc { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aatd { + from { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aate { + from { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aatf { + from { + border-width: 1px; + } + to { + border-width: 2px; + } +} + +@keyframes aatg { + from { + outline-width: 1px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aath { + from { + border-width: 1px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aati { + from { + outline-width: 1px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aatj { + from { + border-width: 1px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aatk { + from { + outline-width: 1px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes aatl { + from { + border-width: 1px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aatm { + from { + outline-width: 1px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aatn { + from { + border-width: 1px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aato { + from { + outline-width: 1px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aatp { + from { + border-width: 1px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes aatq { + from { + outline-width: 1px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aatr { + from { + border-width: 1px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aats { + from { + outline-width: 1px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aatt { + from { + border-width: 1px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aatu { + from { + outline-width: 1px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aatv { + from { + border-width: 1px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aatw { + from { + outline-width: 1px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aatx { + from { + border-width: 1px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaty { + from { + outline-width: 1px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aatz { + from { + border-width: 1px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes aaua { + from { + outline-width: 1px; + } + from { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes aaub { + from { + border-width: 1px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aauc { + from { + outline-width: 1px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaud { + from { + border-width: 1px; + } + from { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes aaue { + from { + outline-width: 1px; + } + from { + outline-width: 3px; + } +} + +@keyframes aauf { + from { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aaug { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aauh { + from { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaui { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aauj { + from { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes aauk { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aaul { + from { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aaum { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaun { + from { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aauo { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aaup { + from { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aauq { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aaur { + from { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaus { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaut { + from { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes aauu { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aauv { + from { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aauw { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaux { + from { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aauy { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aauz { + from { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes aava { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aavb { + from { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aavc { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aavd { + from { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } +} + +@keyframes aave { + from { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aavf { + from { + border-width: 1px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aavg { + from { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aavh { + from { + border-width: 1px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aavi { + from { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes aavj { + from { + border-width: 1px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aavk { + from { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aavl { + from { + border-width: 1px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aavm { + from { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aavn { + from { + border-width: 1px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes aavo { + from { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aavp { + from { + border-width: 1px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aavq { + from { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aavr { + from { + border-width: 1px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aavs { + from { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aavt { + from { + border-width: 1px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aavu { + from { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aavv { + from { + border-width: 1px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aavw { + from { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aavx { + from { + border-width: 1px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes aavy { + from { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes aavz { + from { + border-width: 1px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aawa { + from { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aawb { + from { + border-width: 1px; + } + 75% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes aawc { + from { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aawd { + from { + border-width: 1px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aawe { + from { + outline-width: 1px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aawf { + from { + border-width: 1px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aawg { + from { + outline-width: 1px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aawh { + from { + border-width: 1px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes aawi { + from { + outline-width: 1px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aawj { + from { + border-width: 1px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aawk { + from { + outline-width: 1px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aawl { + from { + border-width: 1px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aawm { + from { + outline-width: 1px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aawn { + from { + border-width: 1px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aawo { + from { + outline-width: 1px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aawp { + from { + border-width: 1px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aawq { + from { + outline-width: 1px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aawr { + from { + border-width: 1px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes aaws { + from { + outline-width: 1px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aawt { + from { + border-width: 1px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aawu { + from { + outline-width: 1px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aawv { + from { + border-width: 1px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aaww { + from { + outline-width: 1px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aawx { + from { + border-width: 1px; + } + to { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes aawy { + from { + outline-width: 1px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aawz { + from { + border-width: 1px; + } + to { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaxa { + from { + outline-width: 1px; + } + to { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaxb { + from { + border-width: 1px; + } + to { + border-width: 3px; + } +} + +@keyframes aaxc { + from { + outline-width: 1px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aaxd { + from { + border-width: 1px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aaxe { + from { + outline-width: 1px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaxf { + from { + border-width: 1px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aaxg { + from { + outline-width: 1px; + } + from { + outline-width: 4px; + } +} + +@keyframes aaxh { + from { + border-width: 1px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aaxi { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aaxj { + from { + border-width: 1px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaxk { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaxl { + from { + border-width: 1px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes aaxm { + from { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aaxn { + from { + border-width: 1px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aaxo { + from { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaxp { + from { + border-width: 1px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aaxq { + from { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aaxr { + from { + border-width: 1px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aaxs { + from { + outline-width: 1px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aaxt { + from { + border-width: 1px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaxu { + from { + outline-width: 1px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaxv { + from { + border-width: 1px; + } + to { + border-width: 4px; + } +} + +@keyframes aaxw { + from { + outline-width: 1px; + } + from { + outline-width: 5px; + } +} + +@keyframes aaxx { + from { + border-width: 1px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aaxy { + from { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaxz { + from { + border-width: 1px; + } + to { + border-width: 5px; + } +} + +@keyframes aaya { + from { + outline-width: 1px; + } +} + +@keyframes aayb { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aayc { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aayd { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aaye { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aayf { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes aayg { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aayh { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aayi { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aayj { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aayk { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aayl { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aaym { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aayn { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aayo { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aayp { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes aayq { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aayr { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aays { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aayt { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aayu { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aayv { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes aayw { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aayx { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aayy { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aayz { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } +} + +@keyframes abaa { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abab { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abac { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abad { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abae { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes abaf { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abag { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abah { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abai { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abaj { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes abak { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abal { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abam { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aban { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abao { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abap { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abaq { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abar { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abas { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abat { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes abau { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes abav { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abaw { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abax { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes abay { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes abaz { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abba { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abbb { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abbc { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abbd { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes abbe { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abbf { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abbg { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abbh { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abbi { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes abbj { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abbk { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abbl { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abbm { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abbn { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes abbo { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abbp { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abbq { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abbr { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abbs { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes abbt { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes abbu { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abbv { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abbw { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abbx { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } +} + +@keyframes abby { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abbz { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abca { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abcb { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abcc { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes abcd { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abce { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abcf { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abcg { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abch { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes abci { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abcj { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abck { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abcl { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abcm { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abcn { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abco { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abcp { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abcq { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abcr { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes abcs { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes abct { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abcu { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abcv { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes abcw { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes abcx { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abcy { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abcz { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abda { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abdb { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 4px; + } +} + +@keyframes abdc { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abdd { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abde { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abdf { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abdg { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes abdh { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abdi { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abdj { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abdk { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abdl { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 4px; + } +} + +@keyframes abdm { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abdn { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abdo { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abdp { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abdq { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes abdr { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 5px; + } +} + +@keyframes abds { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abdt { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abdu { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes abdv { + 12.5% { + border-width: 1px; + } + from { + border-width: 2px; + } +} + +@keyframes abdw { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abdx { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abdy { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abdz { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abea { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes abeb { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abec { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abed { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abee { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abef { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes abeg { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abeh { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abei { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abej { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abek { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abel { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abem { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aben { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abeo { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abep { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes abeq { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes aber { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abes { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abet { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes abeu { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } +} + +@keyframes abev { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abew { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abex { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abey { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abez { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes abfa { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abfb { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abfc { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abfd { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abfe { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes abff { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abfg { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abfh { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abfi { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abfj { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes abfk { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abfl { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abfm { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abfn { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abfo { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes abfp { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes abfq { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abfr { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abfs { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abft { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } +} + +@keyframes abfu { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abfv { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abfw { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abfx { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abfy { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes abfz { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abga { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abgb { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abgc { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abgd { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes abge { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abgf { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abgg { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abgh { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abgi { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abgj { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abgk { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abgl { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abgm { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abgn { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes abgo { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes abgp { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abgq { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abgr { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes abgs { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes abgt { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abgu { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abgv { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abgw { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abgx { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes abgy { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abgz { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abha { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abhb { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abhc { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes abhd { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abhe { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abhf { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abhg { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abhh { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes abhi { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abhj { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abhk { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abhl { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abhm { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes abhn { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes abho { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abhp { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abhq { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abhr { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } +} + +@keyframes abhs { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abht { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abhu { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abhv { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abhw { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 4px; + } +} + +@keyframes abhx { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abhy { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abhz { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abia { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abib { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes abic { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abid { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abie { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abif { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abig { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abih { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abii { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abij { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abik { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abil { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 4px; + } +} + +@keyframes abim { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 5px; + } +} + +@keyframes abin { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abio { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abip { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 5px; + } +} + +@keyframes abiq { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } +} + +@keyframes abir { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abis { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abit { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abiu { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abiv { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes abiw { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abix { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abiy { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abiz { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abja { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes abjb { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abjc { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abjd { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abje { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abjf { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes abjg { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abjh { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abji { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abjj { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abjk { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes abjl { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes abjm { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abjn { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abjo { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abjp { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } +} + +@keyframes abjq { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abjr { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abjs { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abjt { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abju { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes abjv { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abjw { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abjx { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abjy { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abjz { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes abka { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abkb { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abkc { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abkd { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abke { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abkf { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abkg { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abkh { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abki { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abkj { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes abkk { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes abkl { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abkm { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abkn { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes abko { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes abkp { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abkq { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abkr { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abks { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abkt { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes abku { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abkv { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abkw { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abkx { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abky { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes abkz { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abla { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes ablb { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes ablc { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abld { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes able { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes ablf { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes ablg { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes ablh { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abli { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes ablj { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes ablk { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abll { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes ablm { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abln { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } +} + +@keyframes ablo { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes ablp { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes ablq { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes ablr { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abls { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes ablt { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes ablu { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes ablv { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes ablw { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes ablx { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes ably { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes ablz { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abma { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abmb { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abmc { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abmd { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abme { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abmf { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abmg { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abmh { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes abmi { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes abmj { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abmk { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abml { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes abmm { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes abmn { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abmo { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abmp { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abmq { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abmr { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 4px; + } +} + +@keyframes abms { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abmt { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abmu { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abmv { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abmw { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes abmx { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abmy { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abmz { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abna { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abnb { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 4px; + } +} + +@keyframes abnc { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abnd { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abne { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abnf { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abng { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes abnh { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 5px; + } +} + +@keyframes abni { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abnj { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abnk { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes abnl { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 2px; + } +} + +@keyframes abnm { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abnn { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abno { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abnp { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abnq { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes abnr { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abns { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abnt { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abnu { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abnv { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes abnw { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abnx { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abny { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abnz { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aboa { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abob { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aboc { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abod { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aboe { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abof { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes abog { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes aboh { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aboi { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aboj { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes abok { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } +} + +@keyframes abol { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abom { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abon { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aboo { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abop { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes aboq { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abor { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abos { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abot { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abou { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes abov { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abow { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abox { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aboy { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aboz { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes abpa { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abpb { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abpc { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abpd { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abpe { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes abpf { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes abpg { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abph { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abpi { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abpj { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } +} + +@keyframes abpk { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abpl { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abpm { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abpn { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abpo { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes abpp { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abpq { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abpr { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abps { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abpt { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes abpu { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abpv { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abpw { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abpx { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abpy { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abpz { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abqa { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abqb { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abqc { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abqd { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes abqe { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes abqf { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abqg { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abqh { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes abqi { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes abqj { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abqk { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abql { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abqm { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abqn { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes abqo { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abqp { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abqq { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abqr { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abqs { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes abqt { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abqu { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abqv { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abqw { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abqx { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes abqy { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abqz { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abra { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abrb { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abrc { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes abrd { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes abre { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abrf { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abrg { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abrh { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } +} + +@keyframes abri { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abrj { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abrk { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abrl { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abrm { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 4px; + } +} + +@keyframes abrn { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abro { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abrp { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abrq { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abrr { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes abrs { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abrt { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abru { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abrv { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abrw { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abrx { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abry { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abrz { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes absa { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes absb { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 4px; + } +} + +@keyframes absc { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 5px; + } +} + +@keyframes absd { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abse { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes absf { + 12.5% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 5px; + } +} + +@keyframes absg { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } +} + +@keyframes absh { + 12.5% { + border-width: 1px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes absi { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes absj { + 12.5% { + border-width: 1px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes absk { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes absl { + 12.5% { + border-width: 1px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes absm { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes absn { + 12.5% { + border-width: 1px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abso { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes absp { + 12.5% { + border-width: 1px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes absq { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes absr { + 12.5% { + border-width: 1px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abss { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abst { + 12.5% { + border-width: 1px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes absu { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes absv { + 12.5% { + border-width: 1px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes absw { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes absx { + 12.5% { + border-width: 1px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes absy { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes absz { + 12.5% { + border-width: 1px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abta { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes abtb { + 12.5% { + border-width: 1px; + } + from { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes abtc { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abtd { + 12.5% { + border-width: 1px; + } + from { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abte { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abtf { + 12.5% { + border-width: 1px; + } + from { + border-width: 3px; + } +} + +@keyframes abtg { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abth { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abti { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abtj { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abtk { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes abtl { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abtm { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abtn { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abto { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abtp { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes abtq { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abtr { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abts { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abtt { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abtu { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abtv { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abtw { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abtx { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abty { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abtz { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes abua { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes abub { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abuc { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abud { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes abue { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes abuf { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abug { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abuh { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abui { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abuj { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes abuk { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abul { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abum { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abun { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abuo { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes abup { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abuq { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abur { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abus { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abut { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes abuu { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abuv { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abuw { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abux { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abuy { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes abuz { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes abva { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abvb { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abvc { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abvd { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 3px; + } +} + +@keyframes abve { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abvf { + 12.5% { + border-width: 1px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abvg { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abvh { + 12.5% { + border-width: 1px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abvi { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes abvj { + 12.5% { + border-width: 1px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abvk { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abvl { + 12.5% { + border-width: 1px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abvm { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abvn { + 12.5% { + border-width: 1px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes abvo { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abvp { + 12.5% { + border-width: 1px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abvq { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abvr { + 12.5% { + border-width: 1px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abvs { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abvt { + 12.5% { + border-width: 1px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abvu { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abvv { + 12.5% { + border-width: 1px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abvw { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abvx { + 12.5% { + border-width: 1px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes abvy { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes abvz { + 12.5% { + border-width: 1px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abwa { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abwb { + 12.5% { + border-width: 1px; + } + to { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes abwc { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes abwd { + 12.5% { + border-width: 1px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abwe { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abwf { + 12.5% { + border-width: 1px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abwg { + 12.5% { + outline-width: 1px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abwh { + 12.5% { + border-width: 1px; + } + from { + border-width: 4px; + } +} + +@keyframes abwi { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abwj { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abwk { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abwl { + 12.5% { + border-width: 1px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abwm { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes abwn { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abwo { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abwp { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abwq { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abwr { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 4px; + } +} + +@keyframes abws { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abwt { + 12.5% { + border-width: 1px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abwu { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abwv { + 12.5% { + border-width: 1px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abww { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes abwx { + 12.5% { + border-width: 1px; + } + from { + border-width: 5px; + } +} + +@keyframes abwy { + 12.5% { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abwz { + 12.5% { + border-width: 1px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abxa { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes abxb { + 12.5% { + border-width: 1px; + } +} + +@keyframes abxc { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abxd { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abxe { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abxf { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abxg { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes abxh { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abxi { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abxj { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abxk { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abxl { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes abxm { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abxn { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abxo { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abxp { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abxq { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abxr { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abxs { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abxt { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abxu { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abxv { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes abxw { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes abxx { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abxy { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abxz { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes abya { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } +} + +@keyframes abyb { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abyc { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abyd { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abye { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abyf { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes abyg { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abyh { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abyi { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abyj { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abyk { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes abyl { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes abym { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abyn { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abyo { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abyp { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes abyq { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes abyr { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes abys { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abyt { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes abyu { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes abyv { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes abyw { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abyx { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes abyy { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abyz { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } +} + +@keyframes acaa { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acab { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acac { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acad { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acae { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes acaf { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acag { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acah { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acai { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acaj { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes acak { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acal { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acam { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acan { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acao { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes acap { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acaq { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acar { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acas { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acat { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes acau { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes acav { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acaw { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acax { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes acay { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes acaz { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acba { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acbb { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acbc { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acbd { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes acbe { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acbf { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acbg { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acbh { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acbi { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes acbj { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acbk { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acbl { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acbm { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acbn { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes acbo { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acbp { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acbq { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acbr { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acbs { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes acbt { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes acbu { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acbv { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acbw { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes acbx { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } +} + +@keyframes acby { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acbz { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acca { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes accb { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes accc { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 4px; + } +} + +@keyframes accd { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acce { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes accf { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes accg { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acch { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes acci { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes accj { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acck { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes accl { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes accm { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes accn { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acco { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes accp { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes accq { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes accr { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 4px; + } +} + +@keyframes accs { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 5px; + } +} + +@keyframes acct { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes accu { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes accv { + 75% { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 5px; + } +} + +@keyframes accw { + 75% { + outline-width: 1px; + } + from { + outline-width: 2px; + } +} + +@keyframes accx { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes accy { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes accz { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acda { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acdb { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes acdc { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acdd { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acde { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acdf { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acdg { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes acdh { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acdi { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acdj { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acdk { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acdl { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes acdm { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acdn { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acdo { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acdp { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acdq { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes acdr { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes acds { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acdt { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acdu { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes acdv { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } +} + +@keyframes acdw { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acdx { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acdy { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acdz { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acea { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes aceb { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acec { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aced { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acee { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acef { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes aceg { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aceh { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acei { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acej { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acek { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes acel { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acem { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acen { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aceo { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acep { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes aceq { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes acer { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aces { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acet { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes aceu { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes acev { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acew { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acex { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acey { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acez { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes acfa { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acfb { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acfc { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acfd { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acfe { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes acff { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acfg { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acfh { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acfi { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acfj { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes acfk { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acfl { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acfm { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acfn { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acfo { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes acfp { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes acfq { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acfr { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acfs { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes acft { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } +} + +@keyframes acfu { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acfv { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acfw { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acfx { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acfy { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes acfz { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acga { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acgb { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acgc { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acgd { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes acge { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acgf { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acgg { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acgh { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acgi { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes acgj { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acgk { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acgl { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acgm { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acgn { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes acgo { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes acgp { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acgq { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acgr { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes acgs { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes acgt { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acgu { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acgv { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acgw { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acgx { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 4px; + } +} + +@keyframes acgy { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acgz { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acha { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes achb { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes achc { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes achd { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes ache { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes achf { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes achg { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes achh { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 4px; + } +} + +@keyframes achi { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes achj { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes achk { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes achl { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes achm { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes achn { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 5px; + } +} + +@keyframes acho { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes achp { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 5px; + } +} + +@keyframes achq { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes achr { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } +} + +@keyframes achs { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acht { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes achu { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes achv { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes achw { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes achx { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes achy { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes achz { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acia { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acib { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes acic { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acid { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acie { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acif { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acig { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes acih { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acii { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acij { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acik { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acil { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes acim { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes acin { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acio { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acip { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes aciq { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } +} + +@keyframes acir { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acis { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acit { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aciu { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aciv { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes aciw { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acix { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aciy { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aciz { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acja { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes acjb { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acjc { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acjd { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acje { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acjf { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes acjg { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acjh { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acji { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acjj { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acjk { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes acjl { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes acjm { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acjn { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acjo { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes acjp { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } +} + +@keyframes acjq { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acjr { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acjs { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acjt { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acju { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes acjv { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acjw { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acjx { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acjy { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acjz { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes acka { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes ackb { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes ackc { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes ackd { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acke { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes ackf { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes ackg { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes ackh { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acki { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes ackj { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes ackk { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes ackl { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes ackm { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes ackn { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes acko { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes ackp { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes ackq { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes ackr { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acks { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes ackt { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes acku { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes ackv { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes ackw { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes ackx { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acky { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes ackz { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acla { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aclb { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aclc { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acld { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes acle { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aclf { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aclg { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aclh { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acli { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aclj { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes aclk { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acll { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aclm { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes acln { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } +} + +@keyframes aclo { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aclp { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aclq { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aclr { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acls { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 4px; + } +} + +@keyframes aclt { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aclu { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aclv { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aclw { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aclx { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes acly { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aclz { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acma { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acmb { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acmc { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes acmd { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acme { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acmf { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acmg { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acmh { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 4px; + } +} + +@keyframes acmi { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 5px; + } +} + +@keyframes acmj { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acmk { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acml { + 75% { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 5px; + } +} + +@keyframes acmm { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes acmn { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acmo { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acmp { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acmq { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acmr { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes acms { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acmt { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acmu { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acmv { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acmw { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes acmx { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acmy { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acmz { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acna { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acnb { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes acnc { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acnd { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acne { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acnf { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acng { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes acnh { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes acni { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acnj { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acnk { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes acnl { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } +} + +@keyframes acnm { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acnn { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acno { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acnp { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acnq { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes acnr { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acns { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acnt { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acnu { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acnv { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes acnw { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acnx { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acny { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acnz { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acoa { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes acob { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acoc { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acod { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acoe { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acof { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes acog { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes acoh { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acoi { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acoj { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes acok { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes acol { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acom { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acon { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acoo { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acop { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes acoq { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acor { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acos { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acot { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acou { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes acov { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acow { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acox { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acoy { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acoz { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes acpa { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acpb { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acpc { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acpd { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acpe { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes acpf { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes acpg { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acph { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acpi { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes acpj { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } +} + +@keyframes acpk { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acpl { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acpm { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acpn { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acpo { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes acpp { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acpq { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acpr { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acps { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acpt { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes acpu { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acpv { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acpw { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acpx { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acpy { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes acpz { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acqa { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acqb { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acqc { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acqd { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes acqe { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes acqf { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acqg { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acqh { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes acqi { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes acqj { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acqk { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acql { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acqm { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acqn { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 4px; + } +} + +@keyframes acqo { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acqp { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acqq { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acqr { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acqs { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes acqt { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acqu { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acqv { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acqw { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acqx { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 4px; + } +} + +@keyframes acqy { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acqz { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acra { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acrb { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acrc { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes acrd { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 5px; + } +} + +@keyframes acre { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acrf { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acrg { + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes acrh { + 75% { + border-width: 1px; + } + to { + border-width: 2px; + } +} + +@keyframes acri { + 75% { + outline-width: 1px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acrj { + 75% { + border-width: 1px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acrk { + 75% { + outline-width: 1px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acrl { + 75% { + border-width: 1px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acrm { + 75% { + outline-width: 1px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes acrn { + 75% { + border-width: 1px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acro { + 75% { + outline-width: 1px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acrp { + 75% { + border-width: 1px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acrq { + 75% { + outline-width: 1px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acrr { + 75% { + border-width: 1px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes acrs { + 75% { + outline-width: 1px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acrt { + 75% { + border-width: 1px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acru { + 75% { + outline-width: 1px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acrv { + 75% { + border-width: 1px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acrw { + 75% { + outline-width: 1px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes acrx { + 75% { + border-width: 1px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acry { + 75% { + outline-width: 1px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acrz { + 75% { + border-width: 1px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acsa { + 75% { + outline-width: 1px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acsb { + 75% { + border-width: 1px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes acsc { + 75% { + outline-width: 1px; + } + from { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes acsd { + 75% { + border-width: 1px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acse { + 75% { + outline-width: 1px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acsf { + 75% { + border-width: 1px; + } + from { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes acsg { + 75% { + outline-width: 1px; + } + from { + outline-width: 3px; + } +} + +@keyframes acsh { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acsi { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acsj { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acsk { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acsl { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes acsm { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acsn { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acso { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acsp { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acsq { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes acsr { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acss { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acst { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acsu { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acsv { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes acsw { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acsx { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acsy { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acsz { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acta { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes actb { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes actc { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes actd { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acte { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes actf { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } +} + +@keyframes actg { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acth { + 75% { + border-width: 1px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acti { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes actj { + 75% { + border-width: 1px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes actk { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes actl { + 75% { + border-width: 1px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes actm { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes actn { + 75% { + border-width: 1px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acto { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes actp { + 75% { + border-width: 1px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes actq { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes actr { + 75% { + border-width: 1px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acts { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes actt { + 75% { + border-width: 1px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes actu { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes actv { + 75% { + border-width: 1px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes actw { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes actx { + 75% { + border-width: 1px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acty { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes actz { + 75% { + border-width: 1px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes acua { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes acub { + 75% { + border-width: 1px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acuc { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acud { + 75% { + border-width: 1px; + } + 75% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes acue { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes acuf { + 75% { + border-width: 1px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acug { + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acuh { + 75% { + border-width: 1px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acui { + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acuj { + 75% { + border-width: 1px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes acuk { + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acul { + 75% { + border-width: 1px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acum { + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acun { + 75% { + border-width: 1px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acuo { + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes acup { + 75% { + border-width: 1px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acuq { + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acur { + 75% { + border-width: 1px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acus { + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acut { + 75% { + border-width: 1px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes acuu { + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acuv { + 75% { + border-width: 1px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acuw { + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acux { + 75% { + border-width: 1px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acuy { + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes acuz { + 75% { + border-width: 1px; + } + to { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes acva { + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acvb { + 75% { + border-width: 1px; + } + to { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acvc { + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes acvd { + 75% { + border-width: 1px; + } + to { + border-width: 3px; + } +} + +@keyframes acve { + 75% { + outline-width: 1px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acvf { + 75% { + border-width: 1px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acvg { + 75% { + outline-width: 1px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acvh { + 75% { + border-width: 1px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acvi { + 75% { + outline-width: 1px; + } + from { + outline-width: 4px; + } +} + +@keyframes acvj { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acvk { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acvl { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acvm { + 75% { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acvn { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes acvo { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acvp { + 75% { + border-width: 1px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acvq { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acvr { + 75% { + border-width: 1px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acvs { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes acvt { + 75% { + border-width: 1px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acvu { + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acvv { + 75% { + border-width: 1px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acvw { + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acvx { + 75% { + border-width: 1px; + } + to { + border-width: 4px; + } +} + +@keyframes acvy { + 75% { + outline-width: 1px; + } + from { + outline-width: 5px; + } +} + +@keyframes acvz { + 75% { + border-width: 1px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acwa { + 75% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acwb { + 75% { + border-width: 1px; + } + to { + border-width: 5px; + } +} + +@keyframes acwc { + 75% { + outline-width: 1px; + } +} + +@keyframes acwd { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acwe { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acwf { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acwg { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acwh { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes acwi { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acwj { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acwk { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acwl { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acwm { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes acwn { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acwo { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acwp { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acwq { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acwr { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes acws { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acwt { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acwu { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acwv { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acww { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes acwx { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes acwy { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acwz { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acxa { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes acxb { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 3px; + } +} + +@keyframes acxc { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acxd { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acxe { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acxf { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acxg { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes acxh { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acxi { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acxj { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acxk { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acxl { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes acxm { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acxn { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acxo { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acxp { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acxq { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes acxr { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acxs { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acxt { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acxu { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acxv { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes acxw { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes acxx { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acxy { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acxz { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes acya { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes acyb { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acyc { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acyd { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acye { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acyf { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes acyg { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acyh { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acyi { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acyj { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acyk { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes acyl { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes acym { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acyn { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acyo { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acyp { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes acyq { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes acyr { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes acys { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acyt { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes acyu { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes acyv { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes acyw { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes acyx { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes acyy { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes acyz { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } +} + +@keyframes adaa { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adab { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adac { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adad { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adae { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes adaf { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adag { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adah { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adai { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adaj { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes adak { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adal { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adam { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adan { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adao { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes adap { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adaq { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adar { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adas { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adat { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes adau { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes adav { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adaw { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adax { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes aday { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes adaz { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adba { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adbb { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adbc { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adbd { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 4px; + } +} + +@keyframes adbe { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adbf { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adbg { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adbh { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adbi { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes adbj { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adbk { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adbl { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adbm { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adbn { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 4px; + } +} + +@keyframes adbo { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adbp { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adbq { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adbr { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adbs { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes adbt { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + from { + border-width: 5px; + } +} + +@keyframes adbu { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adbv { + to { + border-width: 1px; + } + from { + border-width: 2px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adbw { + to { + outline-width: 1px; + } + from { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes adbx { + to { + border-width: 1px; + } + from { + border-width: 2px; + } +} + +@keyframes adby { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adbz { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adca { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adcb { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adcc { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes adcd { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adce { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adcf { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adcg { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adch { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes adci { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adcj { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adck { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adcl { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adcm { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes adcn { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adco { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adcp { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adcq { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adcr { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes adcs { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes adct { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adcu { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adcv { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes adcw { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } +} + +@keyframes adcx { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adcy { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adcz { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adda { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes addb { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes addc { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes addd { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adde { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes addf { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes addg { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes addh { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes addi { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes addj { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes addk { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes addl { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes addm { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes addn { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes addo { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes addp { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes addq { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes addr { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes adds { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes addt { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes addu { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes addv { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } +} + +@keyframes addw { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes addx { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes addy { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes addz { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adea { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes adeb { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adec { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aded { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adee { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adef { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes adeg { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adeh { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adei { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adej { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adek { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes adel { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adem { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aden { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adeo { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adep { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes adeq { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes ader { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes ades { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adet { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes adeu { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes adev { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adew { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adex { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adey { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adez { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes adfa { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adfb { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adfc { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adfd { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adfe { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes adff { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adfg { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adfh { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adfi { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adfj { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes adfk { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adfl { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adfm { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adfn { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adfo { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes adfp { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes adfq { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adfr { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adfs { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes adft { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } +} + +@keyframes adfu { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adfv { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adfw { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adfx { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adfy { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 4px; + } +} + +@keyframes adfz { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adga { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adgb { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adgc { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adgd { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes adge { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adgf { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adgg { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adgh { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adgi { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes adgj { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adgk { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adgl { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adgm { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adgn { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 4px; + } +} + +@keyframes adgo { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + from { + outline-width: 5px; + } +} + +@keyframes adgp { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adgq { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adgr { + to { + border-width: 1px; + } + 12.5% { + border-width: 2px; + } + to { + border-width: 5px; + } +} + +@keyframes adgs { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } +} + +@keyframes adgt { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adgu { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adgv { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adgw { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adgx { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes adgy { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adgz { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adha { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adhb { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adhc { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes adhd { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adhe { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adhf { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adhg { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adhh { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes adhi { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adhj { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adhk { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adhl { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adhm { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes adhn { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes adho { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adhp { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adhq { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes adhr { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } +} + +@keyframes adhs { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adht { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adhu { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adhv { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adhw { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes adhx { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adhy { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adhz { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adia { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adib { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes adic { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adid { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adie { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adif { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adig { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes adih { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adii { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adij { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adik { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adil { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes adim { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes adin { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adio { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adip { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes adiq { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes adir { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adis { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adit { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adiu { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adiv { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes adiw { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adix { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adiy { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adiz { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adja { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes adjb { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adjc { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adjd { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adje { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adjf { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes adjg { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adjh { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adji { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adjj { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adjk { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes adjl { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes adjm { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adjn { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adjo { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes adjp { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } +} + +@keyframes adjq { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adjr { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adjs { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adjt { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adju { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes adjv { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adjw { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adjx { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adjy { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adjz { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes adka { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adkb { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adkc { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adkd { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adke { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes adkf { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adkg { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adkh { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adki { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adkj { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes adkk { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes adkl { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adkm { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adkn { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes adko { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes adkp { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adkq { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adkr { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adks { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adkt { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 4px; + } +} + +@keyframes adku { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adkv { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adkw { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adkx { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adky { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes adkz { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adla { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adlb { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adlc { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adld { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 4px; + } +} + +@keyframes adle { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adlf { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adlg { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adlh { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adli { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes adlj { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + from { + border-width: 5px; + } +} + +@keyframes adlk { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adll { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adlm { + to { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes adln { + to { + border-width: 1px; + } + 75% { + border-width: 2px; + } +} + +@keyframes adlo { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adlp { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adlq { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adlr { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adls { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes adlt { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adlu { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adlv { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adlw { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adlx { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes adly { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adlz { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adma { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes admb { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes admc { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes admd { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adme { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes admf { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes admg { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes admh { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes admi { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes admj { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes admk { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adml { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes admm { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } +} + +@keyframes admn { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes admo { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes admp { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes admq { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes admr { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes adms { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes admt { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes admu { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes admv { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes admw { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes admx { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes admy { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes admz { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adna { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adnb { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes adnc { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adnd { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adne { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adnf { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adng { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes adnh { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes adni { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adnj { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adnk { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes adnl { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } +} + +@keyframes adnm { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adnn { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adno { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adnp { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adnq { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes adnr { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adns { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adnt { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adnu { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adnv { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes adnw { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adnx { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adny { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adnz { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adoa { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes adob { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adoc { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adod { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adoe { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adof { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes adog { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes adoh { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adoi { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adoj { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes adok { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes adol { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adom { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adon { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adoo { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adop { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes adoq { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes ador { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes ados { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adot { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adou { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes adov { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adow { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adox { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adoy { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adoz { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes adpa { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adpb { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adpc { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adpd { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adpe { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes adpf { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes adpg { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adph { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adpi { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes adpj { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 3px; + } +} + +@keyframes adpk { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adpl { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adpm { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adpn { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adpo { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 4px; + } +} + +@keyframes adpp { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adpq { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adpr { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adps { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adpt { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes adpu { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adpv { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adpw { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adpx { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adpy { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes adpz { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adqa { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adqb { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adqc { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adqd { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 4px; + } +} + +@keyframes adqe { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + from { + outline-width: 5px; + } +} + +@keyframes adqf { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adqg { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adqh { + to { + border-width: 1px; + } + to { + border-width: 2px; + } + to { + border-width: 5px; + } +} + +@keyframes adqi { + to { + outline-width: 1px; + } + to { + outline-width: 2px; + } +} + +@keyframes adqj { + to { + border-width: 1px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adqk { + to { + outline-width: 1px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adql { + to { + border-width: 1px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adqm { + to { + outline-width: 1px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adqn { + to { + border-width: 1px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes adqo { + to { + outline-width: 1px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adqp { + to { + border-width: 1px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adqq { + to { + outline-width: 1px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adqr { + to { + border-width: 1px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adqs { + to { + outline-width: 1px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes adqt { + to { + border-width: 1px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adqu { + to { + outline-width: 1px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adqv { + to { + border-width: 1px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adqw { + to { + outline-width: 1px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adqx { + to { + border-width: 1px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes adqy { + to { + outline-width: 1px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adqz { + to { + border-width: 1px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adra { + to { + outline-width: 1px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adrb { + to { + border-width: 1px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adrc { + to { + outline-width: 1px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes adrd { + to { + border-width: 1px; + } + from { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes adre { + to { + outline-width: 1px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adrf { + to { + border-width: 1px; + } + from { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adrg { + to { + outline-width: 1px; + } + from { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes adrh { + to { + border-width: 1px; + } + from { + border-width: 3px; + } +} + +@keyframes adri { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adrj { + to { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adrk { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adrl { + to { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adrm { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes adrn { + to { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adro { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adrp { + to { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adrq { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adrr { + to { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes adrs { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adrt { + to { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adru { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adrv { + to { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adrw { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes adrx { + to { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adry { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adrz { + to { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adsa { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adsb { + to { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes adsc { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes adsd { + to { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adse { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adsf { + to { + border-width: 1px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes adsg { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes adsh { + to { + border-width: 1px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adsi { + to { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adsj { + to { + border-width: 1px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adsk { + to { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adsl { + to { + border-width: 1px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes adsm { + to { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adsn { + to { + border-width: 1px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adso { + to { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adsp { + to { + border-width: 1px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adsq { + to { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes adsr { + to { + border-width: 1px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adss { + to { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adst { + to { + border-width: 1px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adsu { + to { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adsv { + to { + border-width: 1px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes adsw { + to { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adsx { + to { + border-width: 1px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adsy { + to { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adsz { + to { + border-width: 1px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adta { + to { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes adtb { + to { + border-width: 1px; + } + 75% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes adtc { + to { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adtd { + to { + border-width: 1px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adte { + to { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes adtf { + to { + border-width: 1px; + } + 75% { + border-width: 3px; + } +} + +@keyframes adtg { + to { + outline-width: 1px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adth { + to { + border-width: 1px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adti { + to { + outline-width: 1px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adtj { + to { + border-width: 1px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adtk { + to { + outline-width: 1px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes adtl { + to { + border-width: 1px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adtm { + to { + outline-width: 1px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adtn { + to { + border-width: 1px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adto { + to { + outline-width: 1px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adtp { + to { + border-width: 1px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes adtq { + to { + outline-width: 1px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adtr { + to { + border-width: 1px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adts { + to { + outline-width: 1px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adtt { + to { + border-width: 1px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adtu { + to { + outline-width: 1px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes adtv { + to { + border-width: 1px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adtw { + to { + outline-width: 1px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adtx { + to { + border-width: 1px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adty { + to { + outline-width: 1px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adtz { + to { + border-width: 1px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes adua { + to { + outline-width: 1px; + } + to { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes adub { + to { + border-width: 1px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aduc { + to { + outline-width: 1px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adud { + to { + border-width: 1px; + } + to { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes adue { + to { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes aduf { + to { + border-width: 1px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adug { + to { + outline-width: 1px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aduh { + to { + border-width: 1px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adui { + to { + outline-width: 1px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aduj { + to { + border-width: 1px; + } + from { + border-width: 4px; + } +} + +@keyframes aduk { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adul { + to { + border-width: 1px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adum { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adun { + to { + border-width: 1px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aduo { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes adup { + to { + border-width: 1px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aduq { + to { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adur { + to { + border-width: 1px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adus { + to { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adut { + to { + border-width: 1px; + } + 75% { + border-width: 4px; + } +} + +@keyframes aduu { + to { + outline-width: 1px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aduv { + to { + border-width: 1px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aduw { + to { + outline-width: 1px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adux { + to { + border-width: 1px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aduy { + to { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes aduz { + to { + border-width: 1px; + } + from { + border-width: 5px; + } +} + +@keyframes adva { + to { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes advb { + to { + border-width: 1px; + } + 75% { + border-width: 5px; + } +} + +@keyframes advc { + to { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes advd { + to { + border-width: 1px; + } +} + +@keyframes adve { + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes advf { + from { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes advg { + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes advh { + from { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes advi { + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes advj { + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes advk { + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes advl { + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes advm { + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes advn { + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes advo { + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes advp { + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes advq { + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes advr { + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes advs { + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes advt { + from { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes advu { + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes advv { + from { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes advw { + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes advx { + from { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes advy { + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes advz { + from { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adwa { + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adwb { + from { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes adwc { + from { + outline-width: 2px; + } + from { + outline-width: 3px; + } +} + +@keyframes adwd { + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adwe { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adwf { + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adwg { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adwh { + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes adwi { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adwj { + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adwk { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adwl { + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adwm { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes adwn { + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adwo { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adwp { + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adwq { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adwr { + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes adws { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adwt { + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adwu { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adwv { + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adww { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes adwx { + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes adwy { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adwz { + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adxa { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes adxb { + from { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } +} + +@keyframes adxc { + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adxd { + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adxe { + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adxf { + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adxg { + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes adxh { + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adxi { + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adxj { + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adxk { + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adxl { + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes adxm { + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adxn { + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adxo { + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adxp { + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adxq { + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes adxr { + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adxs { + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adxt { + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adxu { + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adxv { + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes adxw { + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes adxx { + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adxy { + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adxz { + from { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes adya { + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes adyb { + from { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adyc { + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adyd { + from { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adye { + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adyf { + from { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes adyg { + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adyh { + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adyi { + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adyj { + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adyk { + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes adyl { + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes adym { + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adyn { + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adyo { + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adyp { + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes adyq { + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes adyr { + from { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes adys { + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adyt { + from { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes adyu { + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes adyv { + from { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes adyw { + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adyx { + from { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes adyy { + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes adyz { + from { + border-width: 2px; + } + to { + border-width: 3px; + } +} + +@keyframes aeaa { + from { + outline-width: 2px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aeab { + from { + border-width: 2px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aeac { + from { + outline-width: 2px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aead { + from { + border-width: 2px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aeae { + from { + outline-width: 2px; + } + from { + outline-width: 4px; + } +} + +@keyframes aeaf { + from { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aeag { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aeah { + from { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aeai { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeaj { + from { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes aeak { + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aeal { + from { + border-width: 2px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aeam { + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aean { + from { + border-width: 2px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aeao { + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aeap { + from { + border-width: 2px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aeaq { + from { + outline-width: 2px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aear { + from { + border-width: 2px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aeas { + from { + outline-width: 2px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeat { + from { + border-width: 2px; + } + to { + border-width: 4px; + } +} + +@keyframes aeau { + from { + outline-width: 2px; + } + from { + outline-width: 5px; + } +} + +@keyframes aeav { + from { + border-width: 2px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aeaw { + from { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aeax { + from { + border-width: 2px; + } + to { + border-width: 5px; + } +} + +@keyframes aeay { + from { + outline-width: 2px; + } +} + +@keyframes aeaz { + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aeba { + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aebb { + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aebc { + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aebd { + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes aebe { + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aebf { + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aebg { + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aebh { + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aebi { + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aebj { + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aebk { + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aebl { + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aebm { + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aebn { + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes aebo { + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aebp { + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aebq { + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aebr { + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aebs { + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aebt { + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes aebu { + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aebv { + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aebw { + 12.5% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aebx { + 12.5% { + border-width: 2px; + } + from { + border-width: 3px; + } +} + +@keyframes aeby { + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aebz { + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aeca { + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aecb { + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aecc { + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes aecd { + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aece { + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aecf { + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aecg { + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aech { + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes aeci { + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aecj { + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aeck { + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aecl { + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aecm { + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aecn { + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aeco { + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aecp { + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aecq { + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aecr { + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes aecs { + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes aect { + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aecu { + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aecv { + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes aecw { + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes aecx { + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aecy { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aecz { + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aeda { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aedb { + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes aedc { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aedd { + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aede { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aedf { + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aedg { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aedh { + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aedi { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aedj { + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aedk { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aedl { + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes aedm { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aedn { + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aedo { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aedp { + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aedq { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aedr { + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes aeds { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aedt { + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aedu { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aedv { + 12.5% { + border-width: 2px; + } + 75% { + border-width: 3px; + } +} + +@keyframes aedw { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aedx { + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aedy { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aedz { + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aeea { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes aeeb { + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aeec { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aeed { + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aeee { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeef { + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes aeeg { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aeeh { + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aeei { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aeej { + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aeek { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aeel { + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aeem { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aeen { + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aeeo { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeep { + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes aeeq { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes aeer { + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aees { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aeet { + 12.5% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes aeeu { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes aeev { + 12.5% { + border-width: 2px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aeew { + 12.5% { + outline-width: 2px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aeex { + 12.5% { + border-width: 2px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aeey { + 12.5% { + outline-width: 2px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeez { + 12.5% { + border-width: 2px; + } + from { + border-width: 4px; + } +} + +@keyframes aefa { + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aefb { + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aefc { + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aefd { + 12.5% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aefe { + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aeff { + 12.5% { + border-width: 2px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aefg { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aefh { + 12.5% { + border-width: 2px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aefi { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aefj { + 12.5% { + border-width: 2px; + } + 75% { + border-width: 4px; + } +} + +@keyframes aefk { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aefl { + 12.5% { + border-width: 2px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aefm { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aefn { + 12.5% { + border-width: 2px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aefo { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aefp { + 12.5% { + border-width: 2px; + } + from { + border-width: 5px; + } +} + +@keyframes aefq { + 12.5% { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aefr { + 12.5% { + border-width: 2px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aefs { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeft { + 12.5% { + border-width: 2px; + } +} + +@keyframes aefu { + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aefv { + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aefw { + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aefx { + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aefy { + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes aefz { + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aega { + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aegb { + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aegc { + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aegd { + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes aege { + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aegf { + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aegg { + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aegh { + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aegi { + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aegj { + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aegk { + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aegl { + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aegm { + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aegn { + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes aego { + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes aegp { + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aegq { + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aegr { + 75% { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes aegs { + 75% { + outline-width: 2px; + } + from { + outline-width: 3px; + } +} + +@keyframes aegt { + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aegu { + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aegv { + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aegw { + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aegx { + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes aegy { + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aegz { + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aeha { + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aehb { + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aehc { + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aehd { + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aehe { + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aehf { + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aehg { + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aehh { + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes aehi { + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aehj { + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aehk { + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aehl { + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aehm { + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aehn { + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes aeho { + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aehp { + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aehq { + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aehr { + 75% { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } +} + +@keyframes aehs { + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aeht { + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aehu { + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aehv { + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aehw { + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes aehx { + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aehy { + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aehz { + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aeia { + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeib { + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes aeic { + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aeid { + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aeie { + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aeif { + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aeig { + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aeih { + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aeii { + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aeij { + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aeik { + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeil { + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes aeim { + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes aein { + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aeio { + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aeip { + 75% { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes aeiq { + 75% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aeir { + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aeis { + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aeit { + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aeiu { + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeiv { + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes aeiw { + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aeix { + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aeiy { + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aeiz { + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aeja { + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aejb { + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aejc { + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aejd { + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aeje { + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aejf { + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes aejg { + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aejh { + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aeji { + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aejj { + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aejk { + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aejl { + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes aejm { + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aejn { + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aejo { + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aejp { + 75% { + border-width: 2px; + } + to { + border-width: 3px; + } +} + +@keyframes aejq { + 75% { + outline-width: 2px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aejr { + 75% { + border-width: 2px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aejs { + 75% { + outline-width: 2px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aejt { + 75% { + border-width: 2px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aeju { + 75% { + outline-width: 2px; + } + from { + outline-width: 4px; + } +} + +@keyframes aejv { + 75% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aejw { + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aejx { + 75% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aejy { + 75% { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aejz { + 75% { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes aeka { + 75% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aekb { + 75% { + border-width: 2px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aekc { + 75% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aekd { + 75% { + border-width: 2px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aeke { + 75% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aekf { + 75% { + border-width: 2px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aekg { + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aekh { + 75% { + border-width: 2px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aeki { + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aekj { + 75% { + border-width: 2px; + } + to { + border-width: 4px; + } +} + +@keyframes aekk { + 75% { + outline-width: 2px; + } + from { + outline-width: 5px; + } +} + +@keyframes aekl { + 75% { + border-width: 2px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aekm { + 75% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aekn { + 75% { + border-width: 2px; + } + to { + border-width: 5px; + } +} + +@keyframes aeko { + 75% { + outline-width: 2px; + } +} + +@keyframes aekp { + to { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aekq { + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aekr { + to { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aeks { + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aekt { + to { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes aeku { + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aekv { + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aekw { + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aekx { + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aeky { + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aekz { + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aela { + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aelb { + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aelc { + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeld { + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes aele { + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aelf { + to { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aelg { + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aelh { + to { + border-width: 2px; + } + from { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aeli { + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aelj { + to { + border-width: 2px; + } + from { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes aelk { + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aell { + to { + border-width: 2px; + } + from { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aelm { + to { + outline-width: 2px; + } + from { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeln { + to { + border-width: 2px; + } + from { + border-width: 3px; + } +} + +@keyframes aelo { + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aelp { + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aelq { + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aelr { + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aels { + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes aelt { + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aelu { + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aelv { + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aelw { + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aelx { + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes aely { + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aelz { + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aema { + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aemb { + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aemc { + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aemd { + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aeme { + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aemf { + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aemg { + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aemh { + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes aemi { + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes aemj { + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aemk { + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aeml { + to { + border-width: 2px; + } + 12.5% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes aemm { + to { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes aemn { + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aemo { + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aemp { + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aemq { + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aemr { + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes aems { + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aemt { + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aemu { + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aemv { + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aemw { + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aemx { + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aemy { + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aemz { + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aena { + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aenb { + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes aenc { + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aend { + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aene { + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aenf { + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aeng { + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aenh { + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes aeni { + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aenj { + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aenk { + to { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aenl { + to { + border-width: 2px; + } + 75% { + border-width: 3px; + } +} + +@keyframes aenm { + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aenn { + to { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aeno { + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aenp { + to { + border-width: 2px; + } + to { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aenq { + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes aenr { + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aens { + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aent { + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aenu { + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aenv { + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes aenw { + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aenx { + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aeny { + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aenz { + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aeoa { + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aeob { + to { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aeoc { + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aeod { + to { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aeoe { + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeof { + to { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes aeog { + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes aeoh { + to { + border-width: 2px; + } + to { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aeoi { + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aeoj { + to { + border-width: 2px; + } + to { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes aeok { + to { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes aeol { + to { + border-width: 2px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aeom { + to { + outline-width: 2px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aeon { + to { + border-width: 2px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aeoo { + to { + outline-width: 2px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeop { + to { + border-width: 2px; + } + from { + border-width: 4px; + } +} + +@keyframes aeoq { + to { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aeor { + to { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aeos { + to { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aeot { + to { + border-width: 2px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aeou { + to { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aeov { + to { + border-width: 2px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aeow { + to { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aeox { + to { + border-width: 2px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aeoy { + to { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeoz { + to { + border-width: 2px; + } + 75% { + border-width: 4px; + } +} + +@keyframes aepa { + to { + outline-width: 2px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aepb { + to { + border-width: 2px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aepc { + to { + outline-width: 2px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aepd { + to { + border-width: 2px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aepe { + to { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aepf { + to { + border-width: 2px; + } + from { + border-width: 5px; + } +} + +@keyframes aepg { + to { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aeph { + to { + border-width: 2px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aepi { + to { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aepj { + to { + border-width: 2px; + } +} + +@keyframes aepk { + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aepl { + from { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aepm { + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aepn { + from { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aepo { + from { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes aepp { + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aepq { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aepr { + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aeps { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aept { + from { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes aepu { + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aepv { + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aepw { + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aepx { + from { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aepy { + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aepz { + from { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aeqa { + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aeqb { + from { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aeqc { + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeqd { + from { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes aeqe { + from { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes aeqf { + from { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aeqg { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aeqh { + from { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes aeqi { + from { + outline-width: 3px; + } +} + +@keyframes aeqj { + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aeqk { + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aeql { + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aeqm { + 12.5% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeqn { + 12.5% { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes aeqo { + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aeqp { + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aeqq { + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aeqr { + 12.5% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aeqs { + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aeqt { + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aequ { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aeqv { + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aeqw { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeqx { + 12.5% { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes aeqy { + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aeqz { + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aera { + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aerb { + 12.5% { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aerc { + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aerd { + 12.5% { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes aere { + 12.5% { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aerf { + 12.5% { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aerg { + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aerh { + 12.5% { + border-width: 3px; + } +} + +@keyframes aeri { + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aerj { + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aerk { + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aerl { + 75% { + border-width: 3px; + } + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aerm { + 75% { + outline-width: 3px; + } + from { + outline-width: 4px; + } +} + +@keyframes aern { + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aero { + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aerp { + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aerq { + 75% { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aerr { + 75% { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } +} + +@keyframes aers { + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aert { + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aeru { + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aerv { + 75% { + border-width: 3px; + } + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aerw { + 75% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aerx { + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aery { + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aerz { + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aesa { + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aesb { + 75% { + border-width: 3px; + } + to { + border-width: 4px; + } +} + +@keyframes aesc { + 75% { + outline-width: 3px; + } + from { + outline-width: 5px; + } +} + +@keyframes aesd { + 75% { + border-width: 3px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aese { + 75% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aesf { + 75% { + border-width: 3px; + } + to { + border-width: 5px; + } +} + +@keyframes aesg { + 75% { + outline-width: 3px; + } +} + +@keyframes aesh { + to { + border-width: 3px; + } + from { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aesi { + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aesj { + to { + border-width: 3px; + } + from { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aesk { + to { + outline-width: 3px; + } + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aesl { + to { + border-width: 3px; + } + from { + border-width: 4px; + } +} + +@keyframes aesm { + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aesn { + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aeso { + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aesp { + to { + border-width: 3px; + } + 12.5% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aesq { + to { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aesr { + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aess { + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aest { + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aesu { + to { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aesv { + to { + border-width: 3px; + } + 75% { + border-width: 4px; + } +} + +@keyframes aesw { + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aesx { + to { + border-width: 3px; + } + to { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aesy { + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aesz { + to { + border-width: 3px; + } + to { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aeta { + to { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aetb { + to { + border-width: 3px; + } + from { + border-width: 5px; + } +} + +@keyframes aetc { + to { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aetd { + to { + border-width: 3px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aete { + to { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aetf { + to { + border-width: 3px; + } +} + +@keyframes aetg { + from { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aeth { + from { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aeti { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aetj { + from { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aetk { + from { + outline-width: 4px; + } +} + +@keyframes aetl { + 12.5% { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aetm { + 12.5% { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aetn { + 12.5% { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aeto { + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aetp { + 12.5% { + border-width: 4px; + } +} + +@keyframes aetq { + 75% { + outline-width: 4px; + } + from { + outline-width: 5px; + } +} + +@keyframes aetr { + 75% { + border-width: 4px; + } + 12.5% { + border-width: 5px; + } +} + +@keyframes aets { + 75% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aett { + 75% { + border-width: 4px; + } + to { + border-width: 5px; + } +} + +@keyframes aetu { + 75% { + outline-width: 4px; + } +} + +@keyframes aetv { + to { + border-width: 4px; + } + from { + border-width: 5px; + } +} + +@keyframes aetw { + to { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aetx { + to { + border-width: 4px; + } + 75% { + border-width: 5px; + } +} + +@keyframes aety { + to { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aetz { + to { + border-width: 4px; + } +} + +@keyframes aeua { + from { + outline-width: 5px; + } +} + +@keyframes aeub { + 12.5% { + border-width: 5px; + } +} + +@keyframes aeuc { + 75% { + outline-width: 5px; + } +} + +@keyframes aeud { + to { + border-width: 5px; + } +} + +@keyframes aeue { +} + diff --git a/tests/css/parser/keyframes-ordering.ref.css b/tests/css/parser/keyframes-ordering.ref.css new file mode 100644 index 0000000000..45b8df65d2 --- /dev/null +++ b/tests/css/parser/keyframes-ordering.ref.css @@ -0,0 +1,47282 @@ +@keyframes aaaa { + from { + outline-width: 5px; + } +} + +@keyframes aaab { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaac { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaad { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaae { + from { + outline-width: 4px; + } +} + +@keyframes aaaf { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaag { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aaah { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaai { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaaj { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaak { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aaal { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaam { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaan { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaao { + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aaap { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaaq { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aaar { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaas { + from { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaat { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaau { + from { + outline-width: 5px; + } +} + +@keyframes aaav { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaaw { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaax { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaay { + from { + outline-width: 3px; + } +} + +@keyframes aaaz { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aaba { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aabb { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aabc { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aabd { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aabe { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aabf { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aabg { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aabh { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aabi { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aabj { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aabk { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aabl { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aabm { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aabn { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aabo { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aabp { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aabq { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aabr { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aabs { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aabt { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aabu { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aabv { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aabw { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aabx { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aaby { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aabz { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aaca { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aacb { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aacc { + from { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aacd { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aace { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aacf { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aacg { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aach { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aaci { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aacj { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aack { + from { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aacl { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aacm { + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aacn { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaco { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aacp { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aacq { + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aacr { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aacs { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aact { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aacu { + from { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aacv { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aacw { + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aacx { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aacy { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aacz { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aada { + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aadb { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aadc { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes aadd { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aade { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aadf { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aadg { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes aadh { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aadi { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes aadj { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aadk { + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aadl { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aadm { + from { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aadn { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aado { + from { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aadp { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aadq { + from { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aadr { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aads { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aadt { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aadu { + from { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aadv { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aadw { + from { + outline-width: 5px; + } +} + +@keyframes aadx { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aady { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aadz { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaea { + from { + outline-width: 4px; + } +} + +@keyframes aaeb { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaec { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aaed { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaee { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaef { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaeg { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aaeh { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaei { + from { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaej { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaek { + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aael { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaem { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aaen { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaeo { + from { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaep { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaeq { + from { + outline-width: 5px; + } +} + +@keyframes aaer { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaes { + from { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaet { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaeu { + from { + outline-width: 2px; + } +} + +@keyframes aaev { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aaew { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aaex { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaey { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaez { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aafa { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aafb { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aafc { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aafd { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aafe { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aaff { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aafg { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aafh { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aafi { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aafj { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aafk { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aafl { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aafm { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aafn { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aafo { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aafp { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aafq { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aafr { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aafs { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaft { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aafu { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes aafv { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aafw { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aafx { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aafy { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes aafz { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaga { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aagb { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aagc { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aagd { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aage { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aagf { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aagg { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aagh { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aagi { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aagj { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aagk { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aagl { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aagm { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aagn { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aago { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes aagp { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aagq { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aagr { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aags { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes aagt { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aagu { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aagv { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aagw { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aagx { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aagy { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aagz { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aaha { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aahb { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aahc { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aahd { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aahe { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aahf { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aahg { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aahh { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aahi { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aahj { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aahk { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aahl { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aahm { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aahn { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aaho { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aahp { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aahq { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aahr { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aahs { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes aaht { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aahu { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aahv { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aahw { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes aahx { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aahy { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aahz { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aaia { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaib { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aaic { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes aaid { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aaie { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aaif { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaig { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes aaih { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaii { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aaij { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaik { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aail { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaim { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes aain { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aaio { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aaip { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaiq { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes aair { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aais { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aait { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaiu { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaiv { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aaiw { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aaix { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaiy { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaiz { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaja { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aajb { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aajc { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aajd { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaje { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aajf { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aajg { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aajh { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaji { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aajj { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aajk { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aajl { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aajm { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aajn { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aajo { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aajp { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aajq { + from { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aajr { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aajs { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aajt { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaju { + from { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aajv { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aajw { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aajx { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aajy { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aajz { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aaka { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aakb { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aakc { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aakd { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aake { + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aakf { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aakg { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aakh { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaki { + from { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aakj { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aakk { + from { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aakl { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aakm { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aakn { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aako { + from { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aakp { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aakq { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aakr { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaks { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aakt { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aaku { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aakv { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aakw { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aakx { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaky { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aakz { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aala { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aalb { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aalc { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aald { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aale { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aalf { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aalg { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aalh { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aali { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aalj { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aalk { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aall { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aalm { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaln { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aalo { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aalp { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aalq { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aalr { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aals { + from { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aalt { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aalu { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aalv { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aalw { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aalx { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aaly { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aalz { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aama { + from { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aamb { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aamc { + from { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aamd { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aame { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aamf { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aamg { + from { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aamh { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aami { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aamj { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aamk { + from { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaml { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aamm { + from { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aamn { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aamo { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes aamp { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aamq { + from { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aamr { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aams { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes aamt { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aamu { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aamv { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aamw { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes aamx { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aamy { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes aamz { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aana { + from { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aanb { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aanc { + from { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aand { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aane { + from { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aanf { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aang { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aanh { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aani { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes aanj { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aank { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aanl { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aanm { + from { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aann { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aano { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aanp { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aanq { + from { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aanr { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aans { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aant { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aanu { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aanv { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aanw { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aanx { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aany { + from { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aanz { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaoa { + from { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aaob { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaoc { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aaod { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaoe { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaof { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaog { + from { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aaoh { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aaoi { + from { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaoj { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaok { + from { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aaol { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aaom { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes aaon { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aaoo { + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaop { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aaoq { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes aaor { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aaos { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes aaot { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaou { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes aaov { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aaow { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes aaox { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aaoy { + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaoz { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aapa { + from { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aapb { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aapc { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aapd { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aape { + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aapf { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aapg { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes aaph { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aapi { + from { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aapj { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aapk { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes aapl { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aapm { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes aapn { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aapo { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes aapp { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aapq { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes aapr { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aaps { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aapt { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aapu { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes aapv { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aapw { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes aapx { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aapy { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes aapz { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaqa { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aaqb { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaqc { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaqd { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaqe { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes aaqf { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aaqg { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes aaqh { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaqi { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes aaqj { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aaqk { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes aaql { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aaqm { + from { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaqn { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aaqo { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes aaqp { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aaqq { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes aaqr { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaqs { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes aaqt { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aaqu { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes aaqv { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aaqw { + from { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaqx { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aaqy { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aaqz { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aara { + from { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aarb { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aarc { + from { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aard { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aare { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes aarf { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aarg { + from { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aarh { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aari { + from { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aarj { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aark { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aarl { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aarm { + from { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes aarn { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aaro { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aarp { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aarq { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aarr { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aars { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes aart { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aaru { + from { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aarv { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aarw { + from { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes aarx { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aary { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aarz { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aasa { + from { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes aasb { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aasc { + from { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aasd { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aase { + from { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aasf { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aasg { + from { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes aash { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aasi { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes aasj { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aask { + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aasl { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aasm { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes aasn { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aaso { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes aasp { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aasq { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes aasr { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aass { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes aast { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aasu { + from { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aasv { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aasw { + from { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aasx { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aasy { + from { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aasz { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aata { + from { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes aatb { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aatc { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes aatd { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aate { + from { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes aatf { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aatg { + from { + outline-width: 5px; + } +} + +@keyframes aath { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aati { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aatj { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aatk { + from { + outline-width: 4px; + } +} + +@keyframes aatl { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aatm { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aatn { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aato { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aatp { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aatq { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aatr { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aats { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aatt { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aatu { + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aatv { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aatw { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aatx { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaty { + from { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aatz { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaua { + from { + outline-width: 5px; + } +} + +@keyframes aaub { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aauc { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaud { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaue { + from { + outline-width: 3px; + } +} + +@keyframes aauf { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aaug { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aauh { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaui { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aauj { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aauk { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aaul { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaum { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaun { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aauo { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aaup { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aauq { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aaur { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaus { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaut { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aauu { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aauv { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aauw { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aaux { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aauy { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aauz { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aava { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aavb { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aavc { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aavd { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aave { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aavf { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aavg { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aavh { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aavi { + from { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aavj { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aavk { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aavl { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aavm { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aavn { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aavo { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aavp { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aavq { + from { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aavr { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aavs { + from { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aavt { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aavu { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aavv { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aavw { + from { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aavx { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aavy { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aavz { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aawa { + from { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aawb { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aawc { + from { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aawd { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aawe { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aawf { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aawg { + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aawh { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aawi { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes aawj { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aawk { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aawl { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aawm { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes aawn { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aawo { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes aawp { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aawq { + from { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aawr { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aaws { + from { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aawt { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aawu { + from { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aawv { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaww { + from { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes aawx { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aawy { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aawz { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aaxa { + from { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaxb { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aaxc { + from { + outline-width: 5px; + } +} + +@keyframes aaxd { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaxe { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaxf { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaxg { + from { + outline-width: 4px; + } +} + +@keyframes aaxh { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaxi { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aaxj { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaxk { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaxl { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaxm { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aaxn { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaxo { + from { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaxp { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaxq { + from { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aaxr { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaxs { + from { + outline-width: 1px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aaxt { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaxu { + from { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes aaxv { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaxw { + from { + outline-width: 5px; + } +} + +@keyframes aaxx { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaxy { + from { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aaxz { + from { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaya { + from { + outline-width: 1px; + } +} + +@keyframes aayb { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes aayc { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aayd { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aaye { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes aayf { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes aayg { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aayh { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aayi { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aayj { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aayk { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aayl { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aaym { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aayn { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aayo { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aayp { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aayq { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes aayr { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aays { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aayt { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aayu { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes aayv { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes aayw { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aayx { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aayy { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes aayz { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes abaa { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes abab { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abac { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abad { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abae { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes abaf { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abag { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abah { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abai { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abaj { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abak { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abal { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abam { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aban { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abao { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abap { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abaq { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes abar { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abas { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abat { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abau { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes abav { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abaw { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abax { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abay { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes abaz { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abba { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes abbb { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abbc { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abbd { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abbe { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes abbf { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abbg { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abbh { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abbi { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes abbj { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abbk { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abbl { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abbm { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abbn { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abbo { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes abbp { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abbq { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes abbr { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abbs { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes abbt { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abbu { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes abbv { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abbw { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abbx { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abby { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes abbz { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abca { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes abcb { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abcc { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes abcd { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abce { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes abcf { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abcg { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abch { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abci { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes abcj { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abck { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes abcl { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abcm { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes abcn { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abco { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes abcp { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abcq { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes abcr { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abcs { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes abct { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abcu { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes abcv { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abcw { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes abcx { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes abcy { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abcz { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abda { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes abdb { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes abdc { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes abdd { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abde { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abdf { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abdg { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes abdh { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abdi { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abdj { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abdk { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abdl { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abdm { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes abdn { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abdo { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes abdp { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abdq { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes abdr { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes abds { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abdt { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abdu { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes abdv { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes abdw { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } +} + +@keyframes abdx { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abdy { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abdz { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abea { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } +} + +@keyframes abeb { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abec { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abed { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abee { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abef { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abeg { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abeh { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abei { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abej { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abek { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abel { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abem { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aben { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abeo { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes abep { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abeq { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } +} + +@keyframes aber { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abes { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abet { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abeu { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 2px; + } +} + +@keyframes abev { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abew { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abex { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abey { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abez { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abfa { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes abfb { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abfc { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abfd { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abfe { + 12.5% { + outline-width: 4px; + } +} + +@keyframes abff { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abfg { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abfh { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abfi { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abfj { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abfk { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes abfl { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abfm { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes abfn { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abfo { + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes abfp { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abfq { + 12.5% { + outline-width: 5px; + } +} + +@keyframes abfr { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abfs { + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abft { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abfu { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes abfv { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abfw { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abfx { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abfy { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes abfz { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abga { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes abgb { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abgc { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abgd { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abge { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abgf { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abgg { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abgh { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abgi { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abgj { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abgk { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes abgl { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abgm { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abgn { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abgo { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes abgp { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abgq { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abgr { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abgs { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes abgt { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abgu { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes abgv { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abgw { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes abgx { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abgy { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes abgz { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abha { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes abhb { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abhc { + 12.5% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes abhd { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abhe { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes abhf { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abhg { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abhh { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abhi { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes abhj { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abhk { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes abhl { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abhm { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes abhn { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abho { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes abhp { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abhq { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes abhr { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abhs { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } +} + +@keyframes abht { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abhu { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abhv { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abhw { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } +} + +@keyframes abhx { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abhy { + 12.5% { + outline-width: 5px; + } +} + +@keyframes abhz { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abia { + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abib { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abic { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abid { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abie { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abif { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abig { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abih { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abii { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes abij { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abik { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes abil { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abim { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } +} + +@keyframes abin { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abio { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abip { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abiq { + 12.5% { + outline-width: 2px; + } +} + +@keyframes abir { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abis { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes abit { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abiu { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes abiv { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abiw { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes abix { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abiy { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abiz { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abja { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes abjb { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abjc { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abjd { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abje { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abjf { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abjg { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes abjh { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abji { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes abjj { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abjk { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes abjl { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abjm { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes abjn { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abjo { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes abjp { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abjq { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes abjr { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abjs { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abjt { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abju { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes abjv { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abjw { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes abjx { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abjy { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes abjz { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abka { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abkb { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abkc { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abkd { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abke { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abkf { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abkg { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes abkh { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abki { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes abkj { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abkk { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes abkl { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abkm { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abkn { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abko { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes abkp { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abkq { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes abkr { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abks { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abkt { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abku { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes abkv { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abkw { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abkx { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abky { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes abkz { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abla { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes ablb { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes ablc { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abld { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes able { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes ablf { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes ablg { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes ablh { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abli { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes ablj { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes ablk { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes abll { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes ablm { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abln { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes ablo { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes ablp { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes ablq { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes ablr { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abls { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes ablt { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes ablu { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes ablv { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes ablw { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes ablx { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes ably { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes ablz { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abma { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes abmb { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abmc { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes abmd { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abme { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes abmf { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abmg { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes abmh { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abmi { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes abmj { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abmk { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes abml { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abmm { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes abmn { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abmo { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes abmp { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abmq { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes abmr { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abms { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes abmt { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abmu { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abmv { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abmw { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes abmx { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abmy { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abmz { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abna { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abnb { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abnc { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes abnd { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abne { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes abnf { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abng { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes abnh { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abni { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes abnj { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abnk { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes abnl { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abnm { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } +} + +@keyframes abnn { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abno { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes abnp { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abnq { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } +} + +@keyframes abnr { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abns { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes abnt { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abnu { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abnv { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abnw { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes abnx { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abny { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes abnz { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aboa { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes abob { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aboc { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes abod { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aboe { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes abof { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abog { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } +} + +@keyframes aboh { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aboi { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes aboj { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abok { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } +} + +@keyframes abol { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abom { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes abon { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aboo { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abop { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aboq { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes abor { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abos { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes abot { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abou { + 12.5% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes abov { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abow { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes abox { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aboy { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aboz { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abpa { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes abpb { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abpc { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes abpd { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abpe { + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes abpf { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abpg { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes abph { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abpi { + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abpj { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abpk { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes abpl { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abpm { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes abpn { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abpo { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes abpp { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abpq { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes abpr { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abps { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abpt { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abpu { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes abpv { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abpw { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes abpx { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abpy { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes abpz { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abqa { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes abqb { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abqc { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abqd { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abqe { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes abqf { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abqg { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes abqh { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abqi { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes abqj { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abqk { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes abql { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abqm { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes abqn { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abqo { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes abqp { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abqq { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes abqr { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abqs { + 12.5% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes abqt { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abqu { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes abqv { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abqw { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abqx { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abqy { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes abqz { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abra { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes abrb { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abrc { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes abrd { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abre { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes abrf { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abrg { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes abrh { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abri { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } +} + +@keyframes abrj { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abrk { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes abrl { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abrm { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } +} + +@keyframes abrn { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abro { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes abrp { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abrq { + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abrr { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abrs { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes abrt { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abru { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes abrv { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abrw { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes abrx { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abry { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes abrz { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes absa { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes absb { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes absc { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } +} + +@keyframes absd { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes abse { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes absf { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes absg { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 2px; + } +} + +@keyframes absh { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes absi { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes absj { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes absk { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes absl { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes absm { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes absn { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abso { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes absp { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes absq { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes absr { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abss { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abst { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes absu { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes absv { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes absw { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes absx { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes absy { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes absz { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abta { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes abtb { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes abtc { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abtd { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abte { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes abtf { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes abtg { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes abth { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abti { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abtj { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abtk { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes abtl { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abtm { + 12.5% { + outline-width: 5px; + } +} + +@keyframes abtn { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abto { + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abtp { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abtq { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abtr { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abts { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abtt { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abtu { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abtv { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abtw { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes abtx { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abty { + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abtz { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abua { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes abub { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abuc { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abud { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abue { + 12.5% { + outline-width: 3px; + } +} + +@keyframes abuf { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abug { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes abuh { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abui { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abuj { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abuk { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes abul { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abum { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abun { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abuo { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes abup { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abuq { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abur { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abus { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abut { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abuu { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes abuv { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abuw { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes abux { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abuy { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes abuz { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abva { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes abvb { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abvc { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes abvd { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abve { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes abvf { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abvg { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes abvh { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abvi { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes abvj { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abvk { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes abvl { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abvm { + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abvn { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abvo { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes abvp { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abvq { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes abvr { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abvs { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes abvt { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abvu { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes abvv { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abvw { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes abvx { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abvy { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes abvz { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes abwa { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes abwb { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abwc { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes abwd { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes abwe { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes abwf { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abwg { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes abwh { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes abwi { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes abwj { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abwk { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abwl { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abwm { + 12.5% { + outline-width: 4px; + } +} + +@keyframes abwn { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abwo { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abwp { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abwq { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abwr { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abws { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes abwt { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abwu { + 12.5% { + outline-width: 1px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes abwv { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abww { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes abwx { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes abwy { + 12.5% { + outline-width: 5px; + } +} + +@keyframes abwz { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abxa { + 12.5% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes abxb { + 12.5% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes abxc { + from { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes abxd { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes abxe { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abxf { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abxg { + from { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes abxh { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes abxi { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes abxj { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abxk { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes abxl { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes abxm { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abxn { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abxo { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abxp { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abxq { + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abxr { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abxs { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes abxt { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abxu { + from { + outline-width: 3px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes abxv { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abxw { + from { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes abxx { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes abxy { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abxz { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abya { + from { + outline-width: 3px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes abyb { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes abyc { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes abyd { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abye { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes abyf { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes abyg { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes abyh { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes abyi { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes abyj { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abyk { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes abyl { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abym { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes abyn { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abyo { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes abyp { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abyq { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes abyr { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes abys { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes abyt { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abyu { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes abyv { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes abyw { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes abyx { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes abyy { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes abyz { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acaa { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes acab { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acac { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acad { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acae { + from { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes acaf { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acag { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes acah { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acai { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes acaj { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acak { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes acal { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acam { + from { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acan { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acao { + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes acap { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acaq { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes acar { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acas { + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes acat { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acau { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes acav { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acaw { + from { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acax { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acay { + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes acaz { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acba { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes acbb { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acbc { + from { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acbd { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acbe { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes acbf { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acbg { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes acbh { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acbi { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes acbj { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acbk { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes acbl { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acbm { + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acbn { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acbo { + from { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes acbp { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acbq { + from { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes acbr { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acbs { + from { + outline-width: 2px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes acbt { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acbu { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes acbv { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acbw { + from { + outline-width: 2px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acbx { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acby { + from { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes acbz { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acca { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes accb { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes accc { + from { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes accd { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acce { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes accf { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes accg { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acch { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acci { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes accj { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acck { + from { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes accl { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes accm { + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes accn { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acco { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes accp { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes accq { + from { + outline-width: 2px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes accr { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes accs { + from { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes acct { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes accu { + from { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes accv { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes accw { + from { + outline-width: 2px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes accx { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes accy { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes accz { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acda { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acdb { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acdc { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes acdd { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acde { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acdf { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acdg { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes acdh { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acdi { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes acdj { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acdk { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acdl { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acdm { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes acdn { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acdo { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes acdp { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acdq { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes acdr { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acds { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes acdt { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acdu { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acdv { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acdw { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes acdx { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acdy { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acdz { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acea { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes aceb { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acec { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes aced { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acee { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acef { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes aceg { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aceh { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acei { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acej { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acek { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes acel { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acem { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes acen { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aceo { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acep { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aceq { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes acer { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes aces { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acet { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aceu { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes acev { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acew { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes acex { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acey { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes acez { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acfa { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes acfb { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acfc { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acfd { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acfe { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes acff { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acfg { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes acfh { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acfi { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acfj { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acfk { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes acfl { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acfm { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes acfn { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acfo { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes acfp { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acfq { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes acfr { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acfs { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes acft { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acfu { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes acfv { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acfw { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes acfx { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acfy { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes acfz { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acga { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes acgb { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acgc { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acgd { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acge { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes acgf { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acgg { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes acgh { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acgi { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes acgj { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acgk { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes acgl { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acgm { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acgn { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acgo { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes acgp { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acgq { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes acgr { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acgs { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes acgt { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acgu { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes acgv { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acgw { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acgx { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acgy { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes acgz { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acha { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes achb { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes achc { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes achd { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes ache { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes achf { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes achg { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes achh { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes achi { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes achj { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes achk { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes achl { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes achm { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes achn { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acho { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes achp { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes achq { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes achr { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes achs { + from { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes acht { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes achu { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes achv { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes achw { + from { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes achx { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes achy { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes achz { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acia { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes acib { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acic { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes acid { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acie { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acif { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acig { + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes acih { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acii { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes acij { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acik { + from { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes acil { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acim { + from { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes acin { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acio { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acip { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aciq { + from { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes acir { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acis { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes acit { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aciu { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aciv { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aciw { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes acix { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aciy { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aciz { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acja { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes acjb { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acjc { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes acjd { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acje { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acjf { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acjg { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes acjh { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acji { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes acjj { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acjk { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes acjl { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acjm { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes acjn { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acjo { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes acjp { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acjq { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes acjr { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acjs { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acjt { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acju { + from { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes acjv { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acjw { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes acjx { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acjy { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes acjz { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acka { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes ackb { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes ackc { + 75% { + outline-width: 5px; + } +} + +@keyframes ackd { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acke { + 75% { + outline-width: 4px; + } +} + +@keyframes ackf { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes ackg { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes ackh { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acki { + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes ackj { + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes ackk { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes ackl { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes ackm { + 75% { + outline-width: 5px; + } +} + +@keyframes ackn { + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acko { + 75% { + outline-width: 3px; + } +} + +@keyframes ackp { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes ackq { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes ackr { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acks { + from { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes ackt { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acku { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes ackv { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes ackw { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes ackx { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acky { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes ackz { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acla { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes aclb { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aclc { + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acld { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acle { + from { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aclf { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aclg { + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aclh { + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acli { + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aclj { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aclk { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes acll { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aclm { + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes acln { + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aclo { + from { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aclp { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aclq { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aclr { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acls { + from { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aclt { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aclu { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aclv { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aclw { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aclx { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acly { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aclz { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acma { + 75% { + outline-width: 5px; + } +} + +@keyframes acmb { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acmc { + 75% { + outline-width: 4px; + } +} + +@keyframes acmd { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acme { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes acmf { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acmg { + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes acmh { + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acmi { + from { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes acmj { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acmk { + 75% { + outline-width: 5px; + } +} + +@keyframes acml { + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acmm { + 75% { + outline-width: 2px; + } +} + +@keyframes acmn { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acmo { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } +} + +@keyframes acmp { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acmq { + from { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acmr { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acms { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } +} + +@keyframes acmt { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acmu { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes acmv { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acmw { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } +} + +@keyframes acmx { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acmy { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes acmz { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acna { + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acnb { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acnc { + from { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes acnd { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acne { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes acnf { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acng { + from { + outline-width: 3px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes acnh { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acni { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } +} + +@keyframes acnj { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acnk { + from { + outline-width: 3px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acnl { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acnm { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } +} + +@keyframes acnn { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acno { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes acnp { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acnq { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } +} + +@keyframes acnr { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acns { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } +} + +@keyframes acnt { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acnu { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acnv { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acnw { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes acnx { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acny { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes acnz { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acoa { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes acob { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acoc { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes acod { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acoe { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acof { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acog { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } +} + +@keyframes acoh { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acoi { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes acoj { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acok { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } +} + +@keyframes acol { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acom { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes acon { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acoo { + from { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes acop { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acoq { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes acor { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acos { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes acot { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acou { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes acov { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acow { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes acox { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acoy { + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acoz { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acpa { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes acpb { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acpc { + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes acpd { + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acpe { + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes acpf { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acpg { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes acph { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acpi { + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes acpj { + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acpk { + from { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes acpl { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acpm { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes acpn { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acpo { + from { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes acpp { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acpq { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes acpr { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acps { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acpt { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acpu { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes acpv { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acpw { + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes acpx { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acpy { + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes acpz { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acqa { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes acqb { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acqc { + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acqd { + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acqe { + from { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes acqf { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acqg { + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes acqh { + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acqi { + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes acqj { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acqk { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } +} + +@keyframes acql { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acqm { + from { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acqn { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acqo { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } +} + +@keyframes acqp { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acqq { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes acqr { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acqs { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } +} + +@keyframes acqt { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acqu { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes acqv { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acqw { + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acqx { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acqy { + from { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes acqz { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acra { + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes acrb { + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acrc { + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes acrd { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acre { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 2px; + } +} + +@keyframes acrf { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acrg { + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acrh { + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes acri { + from { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes acrj { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acrk { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acrl { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acrm { + from { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes acrn { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acro { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes acrp { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acrq { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acrr { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acrs { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes acrt { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acru { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acrv { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acrw { + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes acrx { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acry { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes acrz { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acsa { + from { + outline-width: 3px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acsb { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acsc { + from { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes acsd { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acse { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acsf { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acsg { + from { + outline-width: 3px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes acsh { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acsi { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes acsj { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acsk { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acsl { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acsm { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes acsn { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acso { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acsp { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acsq { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes acsr { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acss { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes acst { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acsu { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acsv { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acsw { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes acsx { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acsy { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes acsz { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acta { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes actb { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes actc { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes actd { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acte { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes actf { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes actg { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes acth { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acti { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes actj { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes actk { + from { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes actl { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes actm { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes actn { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acto { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes actp { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes actq { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes actr { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acts { + 75% { + outline-width: 5px; + } +} + +@keyframes actt { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes actu { + 75% { + outline-width: 4px; + } +} + +@keyframes actv { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes actw { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes actx { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acty { + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes actz { + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acua { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes acub { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acuc { + 75% { + outline-width: 5px; + } +} + +@keyframes acud { + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acue { + 75% { + outline-width: 3px; + } +} + +@keyframes acuf { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acug { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes acuh { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acui { + from { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acuj { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acuk { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes acul { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acum { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes acun { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acuo { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes acup { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acuq { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes acur { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acus { + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acut { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acuu { + from { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes acuv { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acuw { + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes acux { + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acuy { + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes acuz { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acva { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 3px; + } +} + +@keyframes acvb { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acvc { + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acvd { + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes acve { + from { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes acvf { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acvg { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes acvh { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acvi { + from { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes acvj { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acvk { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes acvl { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acvm { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acvn { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acvo { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes acvp { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acvq { + 75% { + outline-width: 5px; + } +} + +@keyframes acvr { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acvs { + 75% { + outline-width: 4px; + } +} + +@keyframes acvt { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acvu { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } + to { + outline-width: 4px; + } +} + +@keyframes acvv { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acvw { + 75% { + outline-width: 1px; + } + to { + outline-width: 5px; + } +} + +@keyframes acvx { + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acvy { + from { + outline-width: 5px; + } + 75% { + outline-width: 1px; + } +} + +@keyframes acvz { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acwa { + 75% { + outline-width: 5px; + } +} + +@keyframes acwb { + 75% { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acwc { + 75% { + outline-width: 1px; + } +} + +@keyframes acwd { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acwe { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes acwf { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acwg { + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acwh { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acwi { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes acwj { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acwk { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes acwl { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acwm { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes acwn { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acwo { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes acwp { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acwq { + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acwr { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acws { + from { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes acwt { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acwu { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes acwv { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acww { + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes acwx { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acwy { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes acwz { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acxa { + from { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes acxb { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acxc { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes acxd { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acxe { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes acxf { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acxg { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes acxh { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acxi { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes acxj { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acxk { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acxl { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acxm { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes acxn { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acxo { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes acxp { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acxq { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes acxr { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acxs { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes acxt { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acxu { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes acxv { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acxw { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes acxx { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acxy { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes acxz { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acya { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes acyb { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acyc { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes acyd { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acye { + from { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes acyf { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acyg { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes acyh { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acyi { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes acyj { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acyk { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes acyl { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acym { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes acyn { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acyo { + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes acyp { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acyq { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes acyr { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes acys { + from { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes acyt { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes acyu { + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes acyv { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acyw { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes acyx { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes acyy { + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes acyz { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adaa { + from { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes adab { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adac { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes adad { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adae { + from { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes adaf { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adag { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes adah { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adai { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adaj { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adak { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes adal { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adam { + from { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes adan { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adao { + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes adap { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adaq { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes adar { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adas { + from { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes adat { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adau { + from { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes adav { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adaw { + from { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes adax { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aday { + from { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes adaz { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adba { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adbb { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adbc { + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adbd { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adbe { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes adbf { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adbg { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adbh { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adbi { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes adbj { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adbk { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes adbl { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adbm { + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adbn { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adbo { + from { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes adbp { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adbq { + from { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes adbr { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adbs { + from { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes adbt { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adbu { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adbv { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adbw { + from { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes adbx { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adby { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 1px; + } +} + +@keyframes adbz { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adca { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adcb { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adcc { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 1px; + } +} + +@keyframes adcd { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adce { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adcf { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adcg { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adch { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adci { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes adcj { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adck { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adcl { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adcm { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes adcn { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adco { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes adcp { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adcq { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes adcr { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adcs { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 1px; + } +} + +@keyframes adct { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adcu { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adcv { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adcw { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 1px; + } +} + +@keyframes adcx { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adcy { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adcz { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adda { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes addb { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes addc { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes addd { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adde { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes addf { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes addg { + 12.5% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes addh { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes addi { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes addj { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes addk { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes addl { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes addm { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes addn { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes addo { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes addp { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes addq { + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes addr { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adds { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes addt { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes addu { + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes addv { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes addw { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes addx { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes addy { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes addz { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adea { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes adeb { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adec { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes aded { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adee { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes adef { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adeg { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes adeh { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adei { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adej { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adek { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes adel { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adem { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aden { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adeo { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes adep { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adeq { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes ader { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes ades { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adet { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adeu { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes adev { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adew { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes adex { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adey { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes adez { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adfa { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes adfb { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adfc { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes adfd { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adfe { + 12.5% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes adff { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adfg { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes adfh { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adfi { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adfj { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adfk { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes adfl { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adfm { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes adfn { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adfo { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes adfp { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adfq { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes adfr { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adfs { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes adft { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adfu { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 1px; + } +} + +@keyframes adfv { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adfw { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adfx { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adfy { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 1px; + } +} + +@keyframes adfz { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adga { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adgb { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adgc { + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adgd { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adge { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes adgf { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adgg { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adgh { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adgi { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes adgj { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adgk { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes adgl { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adgm { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes adgn { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adgo { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 1px; + } +} + +@keyframes adgp { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adgq { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adgr { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adgs { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 1px; + } +} + +@keyframes adgt { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adgu { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 1px; + } +} + +@keyframes adgv { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adgw { + from { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes adgx { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adgy { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 1px; + } +} + +@keyframes adgz { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adha { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adhb { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adhc { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 1px; + } +} + +@keyframes adhd { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adhe { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes adhf { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adhg { + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adhh { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adhi { + from { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes adhj { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adhk { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes adhl { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adhm { + from { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes adhn { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adho { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 1px; + } +} + +@keyframes adhp { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adhq { + from { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes adhr { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adhs { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 1px; + } +} + +@keyframes adht { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adhu { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adhv { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adhw { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 1px; + } +} + +@keyframes adhx { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adhy { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 1px; + } +} + +@keyframes adhz { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adia { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes adib { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adic { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes adid { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adie { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adif { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adig { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes adih { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adii { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes adij { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adik { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes adil { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adim { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 1px; + } +} + +@keyframes adin { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adio { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adip { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adiq { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 1px; + } +} + +@keyframes adir { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adis { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes adit { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adiu { + from { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes adiv { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adiw { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes adix { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adiy { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adiz { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adja { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes adjb { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adjc { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes adjd { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adje { + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adjf { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adjg { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes adjh { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adji { + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes adjj { + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adjk { + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes adjl { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adjm { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes adjn { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adjo { + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes adjp { + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adjq { + from { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes adjr { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adjs { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes adjt { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adju { + from { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes adjv { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adjw { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes adjx { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adjy { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes adjz { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adka { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes adkb { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adkc { + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes adkd { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adke { + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes adkf { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adkg { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes adkh { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adki { + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes adkj { + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adkk { + from { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes adkl { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adkm { + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes adkn { + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adko { + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes adkp { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adkq { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 1px; + } +} + +@keyframes adkr { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adks { + from { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes adkt { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adku { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 1px; + } +} + +@keyframes adkv { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adkw { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adkx { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adky { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 1px; + } +} + +@keyframes adkz { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adla { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes adlb { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adlc { + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adld { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adle { + from { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes adlf { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adlg { + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes adlh { + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adli { + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes adlj { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adlk { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 1px; + } +} + +@keyframes adll { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adlm { + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes adln { + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adlo { + from { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes adlp { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes adlq { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes adlr { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adls { + from { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes adlt { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes adlu { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes adlv { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes adlw { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adlx { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes adly { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes adlz { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes adma { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes admb { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes admc { + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes admd { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adme { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes admf { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes admg { + from { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes admh { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes admi { + from { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes admj { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes admk { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes adml { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes admm { + from { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes admn { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes admo { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes admp { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes admq { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes admr { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes adms { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes admt { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes admu { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes admv { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes admw { + 12.5% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes admx { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes admy { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes admz { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes adna { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adnb { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes adnc { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes adnd { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adne { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes adnf { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adng { + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes adnh { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes adni { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes adnj { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes adnk { + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes adnl { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes adnm { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes adnn { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes adno { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes adnp { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adnq { + from { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes adnr { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes adns { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes adnt { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes adnu { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes adnv { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes adnw { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes adnx { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes adny { + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes adnz { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adoa { + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes adob { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adoc { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes adod { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adoe { + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes adof { + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adog { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes adoh { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes adoi { + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes adoj { + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adok { + 75% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes adol { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adom { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes adon { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adoo { + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adop { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adoq { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes ador { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes ados { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes adot { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adou { + 12.5% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes adov { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adow { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes adox { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adoy { + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adoz { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adpa { + from { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes adpb { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adpc { + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes adpd { + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adpe { + to { + outline-width: 4px; + } +} + +@keyframes adpf { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adpg { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes adph { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adpi { + to { + outline-width: 5px; + } +} + +@keyframes adpj { + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adpk { + from { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes adpl { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes adpm { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes adpn { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adpo { + from { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes adpp { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes adpq { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes adpr { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes adps { + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adpt { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes adpu { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes adpv { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes adpw { + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes adpx { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adpy { + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes adpz { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adqa { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes adqb { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adqc { + to { + outline-width: 5px; + } +} + +@keyframes adqd { + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adqe { + from { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes adqf { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes adqg { + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes adqh { + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adqi { + to { + outline-width: 2px; + } +} + +@keyframes adqj { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adqk { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adql { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adqm { + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adqn { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adqo { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes adqp { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adqq { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adqr { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adqs { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes adqt { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adqu { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes adqv { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adqw { + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adqx { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adqy { + from { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes adqz { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adra { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes adrb { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adrc { + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes adrd { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adre { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adrf { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adrg { + from { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes adrh { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adri { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes adrj { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adrk { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adrl { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adrm { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes adrn { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adro { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adrp { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adrq { + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adrr { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adrs { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes adrt { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adru { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adrv { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adrw { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes adrx { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adry { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes adrz { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adsa { + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes adsb { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adsc { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes adsd { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adse { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adsf { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adsg { + 12.5% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes adsh { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adsi { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes adsj { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adsk { + from { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes adsl { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adsm { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes adsn { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adso { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adsp { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adsq { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes adsr { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adss { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes adst { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adsu { + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adsv { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adsw { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes adsx { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adsy { + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes adsz { + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adta { + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes adtb { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adtc { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 1px; + } +} + +@keyframes adtd { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adte { + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes adtf { + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adtg { + from { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes adth { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adti { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes adtj { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adtk { + from { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes adtl { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adtm { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes adtn { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adto { + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adtp { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adtq { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes adtr { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adts { + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes adtt { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adtu { + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes adtv { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adtw { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes adtx { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adty { + to { + outline-width: 5px; + } +} + +@keyframes adtz { + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adua { + from { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes adub { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aduc { + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes adud { + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adue { + to { + outline-width: 3px; + } +} + +@keyframes aduf { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adug { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes aduh { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adui { + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aduj { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes aduk { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes adul { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adum { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes adun { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aduo { + 12.5% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes adup { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes aduq { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 1px; + } +} + +@keyframes adur { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adus { + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adut { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes aduu { + from { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aduv { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aduw { + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes adux { + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aduy { + to { + outline-width: 4px; + } +} + +@keyframes aduz { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adva { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 1px; + } +} + +@keyframes advb { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes advc { + to { + outline-width: 5px; + } +} + +@keyframes advd { + to { + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-width: 1px; + } +} + +@keyframes adve { + from { + outline-width: 5px; + } +} + +@keyframes advf { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes advg { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes advh { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes advi { + from { + outline-width: 4px; + } +} + +@keyframes advj { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes advk { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes advl { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes advm { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes advn { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes advo { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes advp { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes advq { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes advr { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes advs { + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes advt { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes advu { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes advv { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes advw { + from { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes advx { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes advy { + from { + outline-width: 5px; + } +} + +@keyframes advz { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adwa { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adwb { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adwc { + from { + outline-width: 3px; + } +} + +@keyframes adwd { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adwe { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adwf { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adwg { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes adwh { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adwi { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes adwj { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adwk { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adwl { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adwm { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes adwn { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adwo { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes adwp { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adwq { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adwr { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adws { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes adwt { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adwu { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes adwv { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adww { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes adwx { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adwy { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes adwz { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adxa { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes adxb { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adxc { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes adxd { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adxe { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adxf { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adxg { + from { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes adxh { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adxi { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes adxj { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adxk { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes adxl { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adxm { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes adxn { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adxo { + from { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adxp { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adxq { + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes adxr { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adxs { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes adxt { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adxu { + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes adxv { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adxw { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes adxx { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adxy { + from { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes adxz { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adya { + from { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes adyb { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adyc { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes adyd { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adye { + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adyf { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adyg { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes adyh { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adyi { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes adyj { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adyk { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes adyl { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adym { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes adyn { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adyo { + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes adyp { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adyq { + from { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes adyr { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes adys { + from { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes adyt { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes adyu { + from { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes adyv { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adyw { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes adyx { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes adyy { + from { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes adyz { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aeaa { + from { + outline-width: 5px; + } +} + +@keyframes aeab { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeac { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aead { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeae { + from { + outline-width: 4px; + } +} + +@keyframes aeaf { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeag { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aeah { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeai { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeaj { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeak { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aeal { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeam { + from { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aean { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeao { + from { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aeap { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeaq { + from { + outline-width: 2px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aear { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeas { + from { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeat { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeau { + from { + outline-width: 5px; + } +} + +@keyframes aeav { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeaw { + from { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aeax { + from { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeay { + from { + outline-width: 2px; + } +} + +@keyframes aeaz { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aeba { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aebb { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aebc { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aebd { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aebe { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aebf { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aebg { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aebh { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aebi { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aebj { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aebk { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aebl { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aebm { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aebn { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aebo { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aebp { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aebq { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aebr { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aebs { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aebt { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aebu { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aebv { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aebw { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aebx { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aeby { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes aebz { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeca { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aecb { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aecc { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes aecd { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aece { + 12.5% { + outline-width: 5px; + } +} + +@keyframes aecf { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aecg { + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aech { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeci { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aecj { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeck { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aecl { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aecm { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aecn { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeco { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aecp { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aecq { + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aecr { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aecs { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } +} + +@keyframes aect { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aecu { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aecv { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aecw { + 12.5% { + outline-width: 3px; + } +} + +@keyframes aecx { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aecy { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aecz { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeda { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aedb { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aedc { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aedd { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aede { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aedf { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aedg { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aedh { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aedi { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aedj { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aedk { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aedl { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aedm { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aedn { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aedo { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aedp { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aedq { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aedr { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aeds { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aedt { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aedu { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aedv { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aedw { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes aedx { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aedy { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aedz { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeea { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes aeeb { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aeec { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aeed { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aeee { + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeef { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aeeg { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes aeeh { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aeei { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aeej { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeek { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes aeel { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeem { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aeen { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeeo { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeep { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeeq { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes aeer { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aees { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aeet { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeeu { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes aeev { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aeew { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aeex { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeey { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeez { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aefa { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aefb { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aefc { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aefd { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aefe { + 12.5% { + outline-width: 4px; + } +} + +@keyframes aeff { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aefg { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aefh { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aefi { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aefj { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aefk { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aefl { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aefm { + 12.5% { + outline-width: 2px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aefn { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aefo { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aefp { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aefq { + 12.5% { + outline-width: 5px; + } +} + +@keyframes aefr { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aefs { + 12.5% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeft { + 12.5% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aefu { + from { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aefv { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aefw { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aefx { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aefy { + from { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aefz { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aega { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aegb { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aegc { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aegd { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aege { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aegf { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aegg { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aegh { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aegi { + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aegj { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aegk { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aegl { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aegm { + from { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aegn { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aego { + from { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aegp { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aegq { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aegr { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aegs { + from { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aegt { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aegu { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aegv { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aegw { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aegx { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aegy { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aegz { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aeha { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aehb { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aehc { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aehd { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aehe { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aehf { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aehg { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aehh { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aehi { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aehj { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aehk { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aehl { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aehm { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aehn { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aeho { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aehp { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aehq { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aehr { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aehs { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aeht { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aehu { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aehv { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aehw { + from { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aehx { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aehy { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aehz { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeia { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeib { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aeic { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aeid { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeie { + 75% { + outline-width: 5px; + } +} + +@keyframes aeif { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeig { + 75% { + outline-width: 4px; + } +} + +@keyframes aeih { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeii { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aeij { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeik { + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeil { + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeim { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aein { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aeio { + 75% { + outline-width: 5px; + } +} + +@keyframes aeip { + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeiq { + 75% { + outline-width: 3px; + } +} + +@keyframes aeir { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aeis { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes aeit { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aeiu { + from { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeiv { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aeiw { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes aeix { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aeiy { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aeiz { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeja { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes aejb { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aejc { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes aejd { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aeje { + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aejf { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aejg { + from { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aejh { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeji { + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aejj { + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aejk { + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aejl { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aejm { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 3px; + } +} + +@keyframes aejn { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aejo { + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aejp { + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aejq { + from { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aejr { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aejs { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aejt { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeju { + from { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aejv { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aejw { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aejx { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aejy { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aejz { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aeka { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aekb { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aekc { + 75% { + outline-width: 5px; + } +} + +@keyframes aekd { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeke { + 75% { + outline-width: 4px; + } +} + +@keyframes aekf { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aekg { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } + to { + outline-width: 4px; + } +} + +@keyframes aekh { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeki { + 75% { + outline-width: 2px; + } + to { + outline-width: 5px; + } +} + +@keyframes aekj { + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aekk { + from { + outline-width: 5px; + } + 75% { + outline-width: 2px; + } +} + +@keyframes aekl { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aekm { + 75% { + outline-width: 5px; + } +} + +@keyframes aekn { + 75% { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeko { + 75% { + outline-width: 2px; + } +} + +@keyframes aekp { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aekq { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes aekr { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aeks { + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aekt { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aeku { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes aekv { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aekw { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes aekx { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeky { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes aekz { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aela { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes aelb { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aelc { + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeld { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aele { + from { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aelf { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aelg { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aelh { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeli { + from { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aelj { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aelk { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes aell { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aelm { + from { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeln { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aelo { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes aelp { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aelq { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes aelr { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aels { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes aelt { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aelu { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes aelv { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aelw { + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aelx { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aely { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes aelz { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aema { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes aemb { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aemc { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes aemd { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeme { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aemf { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aemg { + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aemh { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aemi { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes aemj { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aemk { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes aeml { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aemm { + 12.5% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes aemn { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aemo { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes aemp { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aemq { + from { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aemr { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aems { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes aemt { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aemu { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes aemv { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aemw { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes aemx { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aemy { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes aemz { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aena { + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aenb { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aenc { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aend { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aene { + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aenf { + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeng { + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aenh { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aeni { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 2px; + } +} + +@keyframes aenj { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aenk { + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aenl { + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aenm { + from { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aenn { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aeno { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aenp { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aenq { + from { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes aenr { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aens { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aent { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aenu { + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aenv { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aenw { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes aenx { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aeny { + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aenz { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeoa { + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes aeob { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeoc { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aeod { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeoe { + to { + outline-width: 5px; + } +} + +@keyframes aeof { + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeog { + from { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aeoh { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aeoi { + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aeoj { + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeok { + to { + outline-width: 3px; + } +} + +@keyframes aeol { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aeom { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes aeon { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aeoo { + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeop { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aeoq { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes aeor { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aeos { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes aeot { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeou { + 12.5% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes aeov { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aeow { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 2px; + } +} + +@keyframes aeox { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aeoy { + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeoz { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aepa { + from { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aepb { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aepc { + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aepd { + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aepe { + to { + outline-width: 4px; + } +} + +@keyframes aepf { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aepg { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 2px; + } +} + +@keyframes aeph { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aepi { + to { + outline-width: 5px; + } +} + +@keyframes aepj { + to { + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; + border-top-width: 2px; + } +} + +@keyframes aepk { + from { + outline-width: 5px; + } +} + +@keyframes aepl { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aepm { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aepn { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aepo { + from { + outline-width: 4px; + } +} + +@keyframes aepp { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aepq { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aepr { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeps { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aept { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aepu { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aepv { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aepw { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aepx { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aepy { + from { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aepz { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeqa { + from { + outline-width: 3px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aeqb { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeqc { + from { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeqd { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeqe { + from { + outline-width: 5px; + } +} + +@keyframes aeqf { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeqg { + from { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aeqh { + from { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeqi { + from { + outline-width: 3px; + } +} + +@keyframes aeqj { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aeqk { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } +} + +@keyframes aeql { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeqm { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeqn { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aeqo { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } +} + +@keyframes aeqp { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeqq { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aeqr { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeqs { + 12.5% { + outline-width: 4px; + } +} + +@keyframes aeqt { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aequ { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aeqv { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeqw { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aeqx { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeqy { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aeqz { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aera { + 12.5% { + outline-width: 3px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aerb { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aerc { + 12.5% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aerd { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aere { + 12.5% { + outline-width: 5px; + } +} + +@keyframes aerf { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aerg { + 12.5% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aerh { + 12.5% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aeri { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aerj { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aerk { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aerl { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aerm { + from { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aern { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aero { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aerp { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aerq { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aerr { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aers { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aert { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeru { + 75% { + outline-width: 5px; + } +} + +@keyframes aerv { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aerw { + 75% { + outline-width: 4px; + } +} + +@keyframes aerx { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aery { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } + to { + outline-width: 4px; + } +} + +@keyframes aerz { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aesa { + 75% { + outline-width: 3px; + } + to { + outline-width: 5px; + } +} + +@keyframes aesb { + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aesc { + from { + outline-width: 5px; + } + 75% { + outline-width: 3px; + } +} + +@keyframes aesd { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aese { + 75% { + outline-width: 5px; + } +} + +@keyframes aesf { + 75% { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aesg { + 75% { + outline-width: 3px; + } +} + +@keyframes aesh { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aesi { + from { + outline-width: 4px; + } + 12.5% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aesj { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aesk { + from { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aesl { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aesm { + from { + outline-width: 5px; + } + 12.5% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes aesn { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aeso { + 12.5% { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aesp { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aesq { + 12.5% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes aesr { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aess { + 12.5% { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } + to { + outline-width: 3px; + } +} + +@keyframes aest { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aesu { + 75% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aesv { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aesw { + from { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aesx { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aesy { + 75% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aesz { + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeta { + to { + outline-width: 4px; + } +} + +@keyframes aetb { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aetc { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 3px; + } +} + +@keyframes aetd { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aete { + to { + outline-width: 5px; + } +} + +@keyframes aetf { + to { + border-bottom-width: 3px; + border-left-width: 3px; + border-right-width: 3px; + border-top-width: 3px; + } +} + +@keyframes aetg { + from { + outline-width: 5px; + } +} + +@keyframes aeth { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeti { + from { + outline-width: 4px; + } + 75% { + outline-width: 5px; + } +} + +@keyframes aetj { + from { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aetk { + from { + outline-width: 4px; + } +} + +@keyframes aetl { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aetm { + 12.5% { + outline-width: 5px; + } +} + +@keyframes aetn { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeto { + 12.5% { + outline-width: 4px; + } + to { + outline-width: 5px; + } +} + +@keyframes aetp { + 12.5% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aetq { + from { + outline-width: 5px; + } + 75% { + outline-width: 4px; + } +} + +@keyframes aetr { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aets { + 75% { + outline-width: 5px; + } +} + +@keyframes aett { + 75% { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aetu { + 75% { + outline-width: 4px; + } +} + +@keyframes aetv { + from { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aetw { + 12.5% { + outline-width: 5px; + } + to { + outline-width: 4px; + } +} + +@keyframes aetx { + 75% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aety { + to { + outline-width: 5px; + } +} + +@keyframes aetz { + to { + border-bottom-width: 4px; + border-left-width: 4px; + border-right-width: 4px; + border-top-width: 4px; + } +} + +@keyframes aeua { + from { + outline-width: 5px; + } +} + +@keyframes aeub { + 12.5% { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeuc { + 75% { + outline-width: 5px; + } +} + +@keyframes aeud { + to { + border-bottom-width: 5px; + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; + } +} + +@keyframes aeue { +} -- 2.30.2